Auth0.Android
Auth0.Android copied to clipboard
Android toolkit for Auth0 API
### Describe the problem you'd like to have solved I would like to customize the networking client (DefaultClient) to be able to add an interceptor to the OkHttp chain. This...
### Describe the problem When opening the Log in from "WebAuthProvider.login(auth0)", and select the "Continue with Facebook" option, it automatically logs me in with the previous logged in account. ###...
### Describe the problem you'd like to have solved I am trying to configure the play console [pre-launch report](https://support.google.com/googleplay/android-developer/answer/9842757?visit_id=637951058993815430-851010774&rd=1#signin). It requires a user name and password for testing and the...
### Changes This PR sets the `skipAssertSigningConfiguration` flag to true, ensuring the OSS Gradle Plugin does not throw an error regarding missing properties, as we do not use these properties...
### Changes - Changed to new README design - Moved FAQ and EXAMPLES to separate page to keep the main README concise and also have enough headers to parse through...
### Describe the problem There is a crash coming out of the SecureCredentialsManager.awaitCredentials() call ### What was the expected behavior? This call should not crash. ### Reproduction Fatal Exception: java.lang.IllegalStateException:...
Hi team We recently found the Auth0 SDK contributing crash Please check line 204 of OAuthManager In the function `AssertNoError` The SDK forces an optional argument `errorDescription` as non-null which...
### Changes This change adds code to guard against possible NullPointerException thrown as a result of `f` being null in the JsonRequiredTypeAdaptor Solves https://github.com/auth0/Auth0.Android/issues/676 ### Testing ### Checklist - [...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.1.1. Release notes Sourced from codecov/codecov-action's releases. v4.1.1 What's Changed build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by @dependabot in codecov/codecov-action#1315 build(deps-dev): bump typescript from...
### Checklist - [X] The issue can be reproduced in the [Auth0.Android sample app](https://github.com/auth0-samples/auth0-android-sample/tree/master/00-Login-Kt) (or N/A). - [X] I have looked into the [Readme](https://github.com/auth0/Auth0.Android#readme), [Examples](https://github.com/auth0/Auth0.Android/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/Auth0.Android/blob/main/FAQ.md) and have not...