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...
Right when authenticating with magic link, if the authentication fails, we get an error ```json { "error": "invalid_token", "error_description": "record not found" } ``` And it stays in the Authorizer...
In order to be able to create an email template for each supported locale we could add a column `locale` to `authorizer_users` table, this table should support locale https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes and...
**Feature Description** [UpStash](https://upstash.com/): It is a serverless database alternative for Redis.
**Version:** 1.1.29 **Describe the bug** Currently, users can mention roles in `login` mutation. But if MFA is enabled, `verify_otp` mutation does not accept roles. As a result token with default...
**Feature Description** It should be possible to add single permissions to users and not only roles. One use case: You have moderators and admins as roles. You want that an...
**Feature Description** It would be fantastic to support [EdgeDB](https://www.edgedb.com/) which is an extremely popular and powerful Graph DB built on Postgres.  **Describe the solution you'd like** Unfortunately, using the...
**Feature Description** 1. Authorizer should be able to work with DrangonFly In-Memory Database **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**
**Feature Description** Add passwordless auth without redirection. With the magic link, currently the user has to switch to email and click on the link which opens in a new tab....
**Feature Description** prevent brute force attack and abuse of sign up
**Feature Description** **Describe the solution you'd like** Currently, Authorizer proposes only one couple of client id/secret tokens, my request would be to be able to generate several of them and...