authorizer
authorizer copied to clipboard
Your data, your control. Fully open source, authentication and authorization. No lock-ins. Deployment in Railway in 120 seconds || Spin a docker image as a micro-service in your infra. Built in login...
**Feature Description** Users who sign up using their phone numbers should get an SMS message to reset their password. **Describe the solution you'd like** 1. The user sends forgot password...
**Feature Description** We are returning the errors that we get from a database or any third-party service. Instead, we would like to streamline this process and make sure error messages...
**Version:** 1.1.44 **Describe the bug** No redirection back to the web app, If I go through password reset flow, and I got to the LogIn page from the Reset Password...
do have a plan to support multiple applications
**Feature Description** Filtering the users by different parameters like email, family_name, and others. **Describe the solution you'd like** When I want to search the users as an admin from _users...
Authorizer can serve as OAuth2 server while performing the "authorization code grant" flow. In this flow, a user is redirected to /authorize (https://docs.authorizer.dev/core/endpoints#authorize) which typically shows a consent screen to...
**Version:** 1.1.39 **Describe the bug** The email confirmation (verification) URL is not configurable from the environment variable. when the user tries to verify(confirm) the email It directs to authorizer built-in...
**Feature Description** It would be great to have Caddyfile and caddy service in docker-compose which exposes authorizer service to https.
My custom script:  Issued JWT: ``` eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJmMGNkYmFjOS0xZDA5LTQ4MDQtOGY0Ni04MzViMzAxMjFjZDciLCJleHAiOjE2NjQ0MDM1MDcsImlhdCI6MTY2NDQwMTcwNywiaXNzIjoiaHR0cDovL2xvY2FsaG9zdDo4MDgxIiwibG9naW5fbWV0aG9kIjoiYmFzaWNfYXV0aCIsIm5vbmNlIjoiM2JmNTNiOTEtZDk0OS00NzVhLTgzMGUtYmUwYmFlMzZhOTczIiwicm9sZXMiOlsidXNlciJdLCJzY29wZSI6WyJvcGVuaWQiLCJwcm9maWxlIiwiZW1haWwiXSwic3ViIjoiMTQzNmQxMTgtNDlhYS00ZjJhLThlNTItMTlmNzJjZjY1OWVlIiwidG9rZW5fdHlwZSI6ImFjY2Vzc190b2tlbiJ9.nCJ7qdnA7ZV_02Ea33_8MvvEqh4waAtUb6fP2C70D__g7dlZ0V_VJSvCKf5RhsQKo3a_G_RCzCCDfz7J3BtIGJpHDjdvFW_TO-IqSmyXa_kM9gjM2piT3hzyfR_kjadHShLtehXNxWi-3y0cYgRIZDvjj4MGiTbgvwvb8ezAaYLQL1kEatZ0jUa136ZV3FVqBO2O7kcEoySRvvedU-eAE5lmVC7Za9q24DkXhza57c1MFjlLmFZ44A5-Be7ZWr41eE6V0oOdYYoIqe0sT4GUDTDOUhwdGhJlqxBWdqxyuFsYVNcI04tp4AGS9WvqK3RCWUNAwOSBo6MgJ9syJ1_g9w ``` 