https://github.com/igassmann/urql-clerk-signout
https://github.com/igassmann/urql-clerk-signout
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/igassmann/urql-clerk-signout
- Owner: IGassmann
- Created: 2024-01-30T13:35:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T13:46:53.000Z (over 2 years ago)
- Last Synced: 2025-03-17T13:50:44.987Z (over 1 year ago)
- Language: TypeScript
- Size: 2.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# urql-clerk-signout
## Steps to Reproduce
1. Clone this repository
2. Run `npm install`
3. Run `npm run dev`
4. Open http://localhost:3000
5. Sign in with the following credentials:
- Email: `test@example.com`
- Password: `testing123`
6. Click the "Sign out" button
You will observe an error on the page for a brief moment before being redirected to the sign-in page.