https://kotlinlang.org logo
Title
u

user

07/11/2022, 11:31 AM
Generate a JWT signed token in android I wanted to create a signed JWT token for my android app. I am stuck with a lot of libraries to generate a JWT signed token. Before, I was not calling any api using jwt token so I want to create a common method for my 50 Api calls where I pass payload as JsonObject which I am already using. I tried few libraries like This is my payload in JsonObject format { "user_name": "admin", "password": "TncyrLY305eajUbLCrGaVZg2XWBNohJs3vdiYB5lA=", "product_access": "machine", "tz": "Asia/Calcutta",...