Skip to content

neami/How-to-use-AWS-Cognito-Hosted-UI-in-React-Native

 
 

Repository files navigation

Example of how to use AWS Cognito Hosted UI with Active Directory Federated Identity provider in React native

Fill in your client id in Cognito domain and run the project.

Note:

Response type must be code which is Code Grant for OAuth2.0, if you set to token (Implicit Grant), you won't get refresh tokens.

This example is only for iOS version.

npm install --save
react-native run-ios

alt demo

About

how to use AWS Cognito Hosted UI with Active Directory Federated Identity provider in React native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 39.3%
  • JavaScript 30.2%
  • Python 16.3%
  • Java 14.2%