Xodarap / simple-expo-next-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Update your next auth server as per this issue.
  2. yarn install
  3. Make a .env file that looks like the following:
GOOGLE_ID=(key).apps.googleusercontent.com
API_DOMAIN=https://yourdomain.com
TEST_PATH=/some/path/to/test/that/requires/authentication
  1. expo start
  2. Start the app. Login. You should see "Successfully authenticated! Response: (whatever the response was from your server)"

About


Languages

Language:JavaScript 100.0%