Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```