Version Packages

This commit is contained in:
github-actions[bot]
2025-07-15 14:26:41 +00:00
parent c167ee9ccd
commit 9a7cae26c9
451 changed files with 4692 additions and 880 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-auth-backend
## 0.25.2
### Patch Changes
- e88cb70: Small internal refactor to move out the `userInfo` database from the `tokenIssuer`. Also removes `exp` from being stored in `UserInfo` and it's now replaced with `created_at` and `updated_at` in the database instead.
- 207778c: Internal refactor of OIDC endpoints and `UserInfoDatabase`
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-auth-node@0.6.5
- @backstage/plugin-catalog-node@1.17.2
## 0.25.2-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend",
"version": "0.25.2-next.1",
"version": "0.25.2",
"description": "A Backstage backend plugin that handles authentication",
"backstage": {
"role": "backend-plugin",