How to create JWT token in arangodb by using foxx microservices?

283 Views Asked by At

I need to create JWT token for authentication (login) and expire it on logout. So what is the procedure for it ?

I am using foxx micro services to do database manipulation. JWT token must be created by using service and token will be expire when user logout from website or token expire time completed.

0

There are 0 best solutions below