mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-07-01 12:39:18 +00:00
NORY-7: add dashboard application with basic authentication routing
This commit is contained in:
parent
3b05405363
commit
f1cc58a651
48 changed files with 1713 additions and 0 deletions
|
@ -27,6 +27,7 @@ serve:
|
|||
enabled: true
|
||||
allowed_origins:
|
||||
- http://localhost:3000
|
||||
- http://localhost:4000
|
||||
admin:
|
||||
base_url: http://localhost:4434
|
||||
|
||||
|
@ -47,6 +48,7 @@ selfservice:
|
|||
default_browser_return_url: http://localhost:3000
|
||||
allowed_return_urls:
|
||||
- http://localhost:3000
|
||||
- http://localhost:4000
|
||||
|
||||
methods:
|
||||
password:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue