authorizer/server/resolvers
2022-03-02 17:42:31 +05:30
..
admin_login.go feat: add session token 2022-02-28 21:26:49 +05:30
admin_logout.go Implement refresh token logic with fingerprint + rotation 2022-01-23 01:24:41 +05:30
admin_session.go feat: add session token 2022-02-28 21:26:49 +05:30
admin_signup.go feat: add session token 2022-02-28 21:26:49 +05:30
delete_user.go fix: auth flow 2022-03-02 17:42:31 +05:30
env.go feat: add client secret 2022-02-28 13:14:16 +05:30
forgot_password.go fix: auth flow 2022-03-02 17:42:31 +05:30
login.go fix: auth flow 2022-03-02 17:42:31 +05:30
logout.go fix: auth flow 2022-03-02 17:42:31 +05:30
magic_link_login.go fix: auth flow 2022-03-02 17:42:31 +05:30
meta.go Feat/dashboard (#105) 2022-01-17 11:32:13 +05:30
profile.go fix: auth flow 2022-03-02 17:42:31 +05:30
resend_verify_email.go fix: auth flow 2022-03-02 17:42:31 +05:30
reset_password.go fix: auth flow 2022-03-02 17:42:31 +05:30
session.go fix: auth flow 2022-03-02 17:42:31 +05:30
signup.go fix: auth flow 2022-03-02 17:42:31 +05:30
update_env.go feat: add session token 2022-02-28 21:26:49 +05:30
update_profile.go fix: auth flow 2022-03-02 17:42:31 +05:30
update_user.go fix: auth flow 2022-03-02 17:42:31 +05:30
users.go feat: add pagination for users & verification_requests 2022-01-25 10:57:40 +05:30
verification_requests.go feat: add pagination for users & verification_requests 2022-01-25 10:57:40 +05:30
verify_email.go fix: auth flow 2022-03-02 17:42:31 +05:30