https://github.com/raphaeltm/expo-auth-bug-demo
https://github.com/raphaeltm/expo-auth-bug-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raphaeltm/expo-auth-bug-demo
- Owner: raphaeltm
- Created: 2023-11-21T03:10:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-22T03:38:25.000Z (over 1 year ago)
- Last Synced: 2025-02-24T05:41:18.233Z (3 months ago)
- Language: TypeScript
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expo Auth Bug Demo
To reproduce the bug, first run the `docker-compose up` command to start the Keycloak server.
Then start an android emulator and install [this Expo Dev Build](https://expo.dev/accounts/ec_raphael/projects/auth-bug-demo/builds/86381e11-609f-4c2e-aca0-c54083e31ae0) on it or build your own from the code in the `mobile` directory and install that.
Then run the `npx expo start -a` command to start the Expo app.
Then try to login by tapping the login button. You should see the Keycloak login screen, switch to registration and create an account. Then the app will crash as it redirects.