token

Use FCM In Android Compose to Receive Push Notifications
In this post I will show you how I implemented Firebase Cloud Messaging in Android Compose to receive push notifications.
Decode JWT In Android
This post I will show you what I use to decode JWT to view the header and payload in Android.
Authenticator For Retrofit In Android To Handle JWT Authentication
I will show you an example of how to create a custom authenticator for Retrofit in Android to handle user authentication using JWT.