-1

So after authenticating I get an access token in which I store in browser session. My question is, in case user refreshes, how do I validate the token?

Lelouch
  • 910
  • 6
  • 19

1 Answers1

0

So I figured it out just use /authentication AND use jwt strategy:

https://dove.feathersjs.com/api/authentication/jwt.html

Lelouch
  • 910
  • 6
  • 19