authorizer icon indicating copy to clipboard operation
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...

Results 102 authorizer issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

**Feature Description** [UpStash](https://upstash.com/): It is a serverless database alternative for Redis.

enhancement

**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...

bug

**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...

enhancement

**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. ![ksnip_20221124-074319](https://user-images.githubusercontent.com/518555/203712436-70429af5-d8e7-4aa9-8ccb-2aac612224d1.png) **Describe the solution you'd like** Unfortunately, using the...

enhancement

**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**

enhancement

**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....

enhancement

**Feature Description** prevent brute force attack and abuse of sign up

enhancement

**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...

enhancement