authgear-server icon indicating copy to clipboard operation
authgear-server copied to clipboard

Open source alternative to Auth0 / Firebase Auth

Results 103 authgear-server issues
Sort by recently updated
recently updated
newest added

## Problem 1: The presence of skyerr and APIError Remove skyerr and use APIError ## Problem 2: APIError is not errors friendly For example, APIError does not Unwrap, nor it...

bug

Check translation and AI prompt to ensure this "DELETE" keyword is not translated. ![image.png](https://uploads.linear.app/860e83ae-05f0-4c4b-bd93-8a4b8d251836/c5318e80-264f-466c-896c-0921c338f50f/ef497334-fdf4-40d2-b6f8-24b451be4f88?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiLzg2MGU4M2FlLTA1ZjAtNGM0Yi1iZDkzLThhNGI4ZDI1MTgzNi9jNTMxOGU4MC0yNjRmLTQ2NmMtODk2Yy0wOTIxYzMzOGY1MGYvZWY0OTczMzQtZmRmNC00MGQyLWI2ZjgtMjRiNDUxYmU0Zjg4IiwiaWF0IjoxNzE1NjgxMTU3LCJleHAiOjMzMjg2MjQxMTU3fQ.4Tb_bDv\_-0mpqWI2T3_B09Qk1P8aIdDtrJWCs68KbHA "=869x")

1. For example, if I have a `authgear.secrets.yaml`. 2. I add some indentation at a line, but the file is still in valid format. Save it to the database. 3....

Update English translation ![image.png](https://uploads.linear.app/860e83ae-05f0-4c4b-bd93-8a4b8d251836/099daa3b-f4c9-4684-a8c8-a905e16f1879/43386f31-272c-4713-b715-917324967cf7?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiLzg2MGU4M2FlLTA1ZjAtNGM0Yi1iZDkzLThhNGI4ZDI1MTgzNi8wOTlkYWEzYi1mNGM5LTQ2ODQtYThjOC1hOTA1ZTE2ZjE4NzkvNDMzODZmMzEtMjcyYy00NzEzLWI3MTUtOTE3MzI0OTY3Y2Y3IiwiaWF0IjoxNzE1MTg3Nzc0LCJleHAiOjMzMjg1NzQ3Nzc0fQ.CzPBfouqUux3KxHMXPPnzDu4fIWqS9Bw01nqwUp5NwY "=599x")

Related to [DEV-369](https://linear.app/authgear/issue/DEV-369/rethink-handling-of-login-in-promote-user-flow) When Authflow and AuthUIv2 are used, promoting anonymous users will result in an error when identity conflict. This option in the portal has no effect and should...

If public sign up is disabled, the user will not be able to signup after they click the "Create a New Account" button, which is confusing. Let's hide that button...

Authgear provides a setting that forbids the users to add/update/remove the identity after signup. However, in the actual use cases, it's likely the developer wants to have these 3 operations...

1. Login to portal by email + password 2. Go to settings 3. Press "More" under My account 4. Press the "+" button on Google 5. Complete the login 6....

bug/major