mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
fix(core): hard code resource access_token format (#216)
This commit is contained in:
parent
c2c1215820
commit
eac74fae40
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ export default async function initOidc(app: Koa): Promise<Provider> {
|
|||
const scope = scopes.map(({ name }) => name).join(' ');
|
||||
|
||||
return {
|
||||
accessTokenFormat: 'jwt',
|
||||
scope,
|
||||
accessTokenTTL,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue