redirect to login if logged out
This commit is contained in:
parent
0f1b48cfc3
commit
8e32e59a09
|
@ -76,4 +76,6 @@
|
||||||
mutators:
|
mutators:
|
||||||
- handler: id_token
|
- handler: id_token
|
||||||
errors:
|
errors:
|
||||||
- handler: json
|
- handler: redirect
|
||||||
|
config:
|
||||||
|
to: http://127.0.0.1/auth/login
|
||||||
|
|
Reference in New Issue