Guide
Last updated
Last updated
If you are planning to use OIDC authentication with Keycloak, you have to setup a Realm and a OAuth2 Client. If you do not already have an instance of Keycloak, you can launch a local standalone instance on your development workstation. First, download a Keycloak Standalone server at https://www.keycloak.org/downloads.html:
Unzip and cd keycloak-{version}
Launch Keycloak standalone
3. Open http://localhost:8080/ in the browser login with default admin/admin account and set up Keycloak realm and Client. Here is an example of client configuration:
Please follow the below steps to setup authentication using Okta
First create your Okta developer account here
Follow this steps in this videos to setup authentication:
To use Google Sign In, you will need to create a project on the Google Developer Console and create an OAuth 2.0 client ID.
Get an app set up on the Google Developer Console
Go to the Credentials Page Create an app for your project if you haven't already.
Once that's done, click "Create Credentials" and then "OAuth client ID." You will be prompted to set the product name on the consent screen, go ahead and do that.
Here is a setup exemple:
To use Auth0 Sign In, please follow this steps:
Create un account at https://auth0.com/ or login to an existing one.
Go to "Applications" Menu and click on CREATE APPLICATION button:
Enter an App name and selection Native App:
Go to Setting Tab:
Enter the application redirect url on Allowed Callback URLs field:
Copy Domain and Client ID and update AUTH0_DOMAIN
and 'AUTH0_CLIENT_ID
variables in .env file with:
AUTH0_DOMAIN= [Copied Domain]/authorize
AUTH0_CLIENT_ID=[Client ID]
When using Expo services like AuthSession, you should use expo start
and login to your Expo.io account becausereact-native-scripts start
uses a logged-out, anonymous developer account that's why you will have a warning message You are not currently signed in you Expo on your development machine.
This app include all necessary scripts to launch the commons tasks:
Launch this command to execute tests:
Tests are also launched before each push using a Git hook
To generate test coverage reports, use the command:
To update Jest Snapshots , use the command: