Version Packages (next)
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-auth-backend
|
||||
|
||||
## 0.27.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- d0786b9: Added experimental support for refresh tokens via the `auth.experimentalRefreshToken.enabled` configuration option. When enabled, clients can request the `offline_access` scope to receive refresh tokens that can be used to obtain new access tokens without re-authentication.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-node@2.0.0-next.1
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
- @backstage/plugin-auth-node@0.6.13-next.1
|
||||
|
||||
## 0.26.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend",
|
||||
"version": "0.26.1-next.0",
|
||||
"version": "0.27.0-next.1",
|
||||
"description": "A Backstage backend plugin that handles authentication",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
|
||||
Reference in New Issue
Block a user