diff --git a/.changeset/shaky-corners-cough.md b/.changeset/shaky-corners-cough.md new file mode 100644 index 0000000000..6382101525 --- /dev/null +++ b/.changeset/shaky-corners-cough.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-auth-backend': patch +--- + +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.