Skip to content

Commit

Permalink
story: As a user I want a simple and intuitive sign-in flow
Browse files Browse the repository at this point in the history
fixes #20

Now when the user registers with their github, they are automatically signed in
  • Loading branch information
kriscoleman committed Jun 13, 2023
1 parent 09edca9 commit a6f45fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/k8s/kratos/config-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ data:
password:
hooks:
- hook: session
oidc:
hooks:
- hook: session # Always enable this for oidc flows or the user experience suffers significantly!
default_browser_return_url: https://judge.testifysec.localhost:8077
allowed_return_urls:
- https://login.testifysec.localhost
Expand Down

0 comments on commit a6f45fb

Please sign in to comment.