https://github.com/pasdam/playground-hydra-kratos
https://github.com/pasdam/playground-hydra-kratos
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pasdam/playground-hydra-kratos
- Owner: pasdam
- License: gpl-3.0
- Created: 2021-03-19T14:13:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T15:23:31.000Z (about 2 years ago)
- Last Synced: 2025-07-04T03:06:35.427Z (12 months ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# playground-hydra-kratos
## Run
To start all the required components:
```sh
docker-compose up -d
```
You can then visit [localhost:4455](http://localhost:4455) to open the example
web app, where it's possible to register a user and perform a login.
To run the OAuth flow just run the following:
```sh
./run-oauth.sh
```
navigate to [127.0.0.1:5555](http://127.0.0.1:5555/) in the browser and click
`Authorize application`, which will redirect you to the demo application, with
which you can signup and/or login. Then you just need to grant the permission.
When siging up you can view the email with the verification code using
[mailslurper](http://localhost:4436).