Just playing around with ORY Kratos and react.
Requirements:
Setup:
./setup.sh
How to run:
- start Kratos and friends with
docker-compose up
- start react app in
./web-app
directory withnpm start
- use
https://app.nipsuli.dev/
Kratos setup is mainly based on the quick start.
What works:
- sign up
- login
- logout
- settings
- fetching current user
- https locally
- bakend routed via ory oathkeeper (in dev also frontend to run with same certs easily)
- simple api testing auth / token stuff
- recovery flow
- email verification flow
- google login