itsjustabhii / JWT-Authentication-

Authentication built using JWT and Refresh Tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The ACCESS_TOKEN and REFRESH_TOKEN are generated using the command

  • node require('crypto').randomBytes(64).toString('hex')

About

Authentication built using JWT and Refresh Tokens


Languages

Language:JavaScript 88.6%Language:Shell 11.4%