https://github.com/twihike/ory-selfservice-ui
🔑 Self-service UI for Ory Kratos and Ory Hydra
https://github.com/twihike/ory-selfservice-ui
go golang hydra kratos ory
Last synced: 1 day ago
JSON representation
🔑 Self-service UI for Ory Kratos and Ory Hydra
- Host: GitHub
- URL: https://github.com/twihike/ory-selfservice-ui
- Owner: twihike
- License: mit
- Created: 2021-09-18T15:49:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T13:24:15.000Z (over 4 years ago)
- Last Synced: 2025-03-01T03:43:35.780Z (over 1 year ago)
- Topics: go, golang, hydra, kratos, ory
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ory-selfservice-ui
[](https://github.com/twihike/ory-selfservice-ui/actions) [](LICENSE)
Self-service UI for Ory Kratos and Ory Hydra.
## Usage
Prerequisites:
- Kratos:
- Hydra:
- MailSlurper:
Start the processes.
```shell
./ctl.sh run_kratos
./ctl.sh run_hydra
./ctl.sh run_ss
./ctl.sh run_mailslurper
```
Access the UI.
-
-
-
Try OAuth 2.0 flow.
```shell
./ctl.sh create_client
./ctl.sh auth
```
## License
Copyright (c) 2021 twihike. All rights reserved.
This project is licensed under the terms of the MIT license.