whitelist device auth cors
This commit is contained in:
parent
03c2e5c5db
commit
27fdcc1cac
@ -19,7 +19,7 @@ if (AUTO_MIGRATE === 'true') {
|
||||
await runSeeds();
|
||||
|
||||
export const handle = sequence(
|
||||
csrf(['/oauth2/token', '/oauth2/introspect']),
|
||||
csrf(['/oauth2/token', '/oauth2/introspect', '/oauth2/device_authorization']),
|
||||
handleSession({
|
||||
secret: SESSION_SECRET,
|
||||
cookie: {
|
||||
|
Loading…
Reference in New Issue
Block a user