Skip to content

Commit

Permalink
remove passwordless callback URLs instruction, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed May 3, 2021
1 parent b8821c6 commit be4f37d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ If you haven't done yet, go to [Auth0](https://auth0.com) and create an Account,
https://{YOUR_AUTH0_DOMAIN}/android/{YOUR_APP_PACKAGE_NAME}/callback
```

If you plan to use Passwordless authentication with SMS or Email connections, the Callback URL you will register looks like this:

```
https://{YOUR_AUTH0_DOMAIN}/android/{YOUR_APP_PACKAGE_NAME}/sms
// or
https://{YOUR_AUTH0_DOMAIN}/android/{YOUR_APP_PACKAGE_NAME}/email
```

The *package name* value required in the Callback URL can be found in your app's `build.gradle` file in the `applicationId` property. Both the *domain* and *client id* values can be found at the top of your Auth0 Application's settings. You're going to use them to setup the SDK. It's good practice to add them to the `strings.xml` file as string resources that you can reference later from the code. This guide will follow that practice.

```xml
Expand Down

0 comments on commit be4f37d

Please sign in to comment.