An open API service indexing awesome lists of open source software.

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: 8 months ago
JSON representation

🔑 Self-service UI for Ory Kratos and Ory Hydra

Awesome Lists containing this project

README

          

# ory-selfservice-ui

[![ci status](https://github.com/twihike/ory-selfservice-ui/workflows/ci/badge.svg)](https://github.com/twihike/ory-selfservice-ui/actions) [![license](https://img.shields.io/github/license/twihike/ory-selfservice-ui)](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.