Skip to content

masudjbd/zapi-javascript-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create JavaScript JWT for JWT Authentication

  • Create JWT token by using javascript.

Define following parameters [index.html]

  • username
  • baseurl
  • access key
  • secret key
  • http method
  • api url
  • jwt expire time.

and click to [Generate JWT]

alt JWT Generator JavaScript

You will get the following token:

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJhZG1pbiIsInFzaCI6IjE2NGU5MjI2OGRhNGU5NjI2NTM3ZjFmNTcyM2ZmYTJjNGExOGQ0YjVjYjQ2N2I4Y2ZlOTE1NGMzOTczMTEwMmEiLCJpc3MiOiJaak01TldJelpqWXRZemM1T1MwelpqVTVMV0UwWkdRdE5EUmhOVEpqTmpFNVpETTNJR0ZrYldsdUlGVlRSVkpmUkVWR1FWVk1WRjlPUVUxRiIsImV4cCI6MTUwMjQ4OTkyNzczNiwiaWF0IjoxNTAyNDg5OTI0MTM2fQ.wYpGdrvngrxpLEe3UKubPqhoET2cgy8lH-5GTEveoP4

Additional Library Used:

About

Create JWT Token for JWT Authentication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published