Implementation of Paul Ruiz' article "Authenticating on Android with the AppAuth Library" -> https://medium.com/androiddevelopers/authenticating-on-android-with-the-appauth-library-7bea226555d5
- When creating the OAuth 2.0 Client ID, you need to explicitly enable custom URI scheme (in the Advanced Settings), see developers documentation.
- I had to do some refactoring of Paul's code snippet suggestions, especially when it's about the jwt
- My package name differs from the article, but who cares?!
- This project is my first contact to Jetpack Compose, so there might be plenty room for improvements. Fell free to submit a pull request :-)