Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivyhjk/amplify-react-auth
React authentication providers based on top of AWS Amplify
https://github.com/ivyhjk/amplify-react-auth
amplify authentication authentication-provider federated feredated-authentication oauth2 react react-native
Last synced: 14 days ago
JSON representation
React authentication providers based on top of AWS Amplify
- Host: GitHub
- URL: https://github.com/ivyhjk/amplify-react-auth
- Owner: ivyhjk
- License: mit
- Created: 2020-12-24T16:48:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T00:59:05.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T20:04:55.266Z (7 months ago)
- Topics: amplify, authentication, authentication-provider, federated, feredated-authentication, oauth2, react, react-native
- Language: TypeScript
- Homepage:
- Size: 41.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React Amplify authentication providers
React authentication providers based on top of AWS Amplify
## Available authentications
- [Amplify authentication (auth)](packages/auth)
- [Amplify federated authentication](packages/federated-auth)
- [React Native Amplify-Federated social authentication (just Google, for now)](packages/native-social-auth)
- [Amplify OAuth](packages/oauth)### Install
```bash
npm install
```### Testing
```bash
npm run test
```