i’m trying to build a login with the use of device uuid, access token and a refresh token. So far i’ve created a api call to the server, where i get a access token in return. I’ve also got the uuid but doesn’t use it yet.
The access token is bound with JWT with the header, body and footer. As i have seen, the refresh token doesn’t seem that long and therefore i was wondering how this is created.
i have read your post and can provide you the best solution
so let me know the best suitable time to communicate with you
and please join me on Skype for detailed discussion so we can start this earliest
I’m using angular-jwt as it is for now. To solve this I just created a method for uuid to make it as unique as possible. Does angular2-jwt have the refreshtoken?