Get Started with Jetpack Compose Authentication

Learn how to build a basic app using Android’s Jetpack Compose UI toolkit.
Read more…

:writing_hand:t2: Brought to you by @AccordionGuy

Let us know if you have any questions on this front!

https://auth0.com/blog/android-authentication-jetpack-compose-2/

where is part 2 ?

Here you have it! Get Started with Jetpack Compose Authentication, Part 2: Adding Authentication

2 Likes

Thanks for sharing it @carlastabile !

1 Like

thanks for making this demo using Jetpack compose but I would like to ask one question, once user gets the access token and refresh token, does an app need logic to refresh the access token?
what is the default access token expiration time and default refresh token expiration time?