Migrated from React to NextJS

This commit is contained in:
2022-10-14 13:58:57 +02:00
parent b2a16e5181
commit b4ff0c8f77
72 changed files with 1557 additions and 1686 deletions

View File

@ -11,43 +11,42 @@ serve:
base_url: http://kratos:4434/
selfservice:
default_browser_return_url: http://127.0.0.1:4455/
default_browser_return_url: http://127.0.0.1:5173/
allowed_return_urls:
- http://127.0.0.1:4455
- http://127.0.0.1:5173/
methods:
password:
enabled: true
flows:
error:
ui_url: http://127.0.0.1:4455/error
ui_url: http://127.0.0.1:5173/error
settings:
ui_url: http://127.0.0.1:4455/settings
ui_url: http://127.0.0.1:5173/settings
privileged_session_max_age: 15m
recovery:
enabled: true
ui_url: http://127.0.0.1:4455/recovery
enabled: false
ui_url: http://127.0.0.1:5173/recovery
verification:
enabled: false
ui_url: http://127.0.0.1:4455/verification
ui_url: http://127.0.0.1:5173/verification
after:
default_browser_return_url: http://127.0.0.1:4455/
default_browser_return_url: http://127.0.0.1:5173/
logout:
after:
default_browser_return_url: http://127.0.0.1:4455/login
default_browser_return_url: http://127.0.0.1:5173/login
login:
ui_url: http://127.0.0.1:4455/login
ui_url: http://127.0.0.1:5173/login
lifespan: 10m
registration:
lifespan: 10m
ui_url: http://127.0.0.1:4455/registration
ui_url: http://127.0.0.1:5173/signup
after:
password:
hooks: