https://github.com/aaronksaunders/remix-auth-form-strategy
Remix Authentication Using Remix-Auth Package and the Form Strategy
https://github.com/aaronksaunders/remix-auth-form-strategy
authentication authenticator reactjs remix remix-auth remix-run remixrun
Last synced: 11 months ago
JSON representation
Remix Authentication Using Remix-Auth Package and the Form Strategy
- Host: GitHub
- URL: https://github.com/aaronksaunders/remix-auth-form-strategy
- Owner: aaronksaunders
- Created: 2022-03-15T17:22:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T17:26:31.000Z (about 4 years ago)
- Last Synced: 2025-04-05T17:42:01.912Z (about 1 year ago)
- Topics: authentication, authenticator, reactjs, remix, remix-auth, remix-run, remixrun
- Language: TypeScript
- Homepage:
- Size: 99.6 KB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Remix Authentication Using Remix-Auth Package
--
#remix #remixrun #reactjs
This is a walkthrough of a sample application using the remix-auth package which is a passport-like framework for simplifying authentication of your remix application using specific packaged strategies.
In this example, I am using the Form Strategy to show a simple login flow
Remix Playlist - https://buff.ly/3GuKVPS
### Links
- Remix Docmentation - https://remix.run/docs/en/v1
- Remix Auth - https://github.com/sergiodxa/remix-auth
- Remix Auth Form Strategy - https://github.com/sergiodxa/remix-auth-form
- Remix Playlist - https://buff.ly/3GuKVPS