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