mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
refactor(core): use snake_case for extra claims (#1017)
This commit is contained in:
parent
ca5c8aaec1
commit
124d7acf49
1 changed files with 2 additions and 2 deletions
|
@ -131,9 +131,9 @@ export default async function initOidc(app: Koa): Promise<Provider> {
|
|||
|
||||
// Add User Roles to the AccessToken claims. Should be removed once we have RBAC implemented.
|
||||
// User Roles should be hidden and determined by the AccessToken scope only.
|
||||
return {
|
||||
return snakecaseKeys({
|
||||
roleNames,
|
||||
};
|
||||
});
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue