[x] finished
- check if
REFRESH_TOKEN_GRACE_TIME
can be dropped with Hiqlite - randomize default admin user id on prod init + set email to
BOOTSTRAP_ADMIN_EMAIL
before password info logging - "known host cookie" with connection between accounts and IPs to send out warnings in case of a login on a new device
- credential stuffing detection
- on the long term, get rid of
actix-web-validator
as it often blockedvalidator
updates already - find a nice way to always expose the swagger UI for rauthy admins only without config
current issue: when the session cookie is a non-host cookie with path restriction -> not working
probably move from
/docs/v1
to/auth/v1/docs
- prettify the UI
- maybe get a nicer logo
- when implementing userinfo lookup, add an fn to validate the
at_hash
as well
- impl experimental
dilithium
alg for token signing to become quantum safe - custom event listener template to build own implementation?