pocolifo / noter-backend

0 stars 0 forks source link

Rotating tokens #15

Closed deanOcoin closed 1 year ago

deanOcoin commented 1 year ago

Use JWT to encrypt/decrypt user id for authentication This means cookies will be JSON not string data Secret key will be command line argument

deanOcoin commented 1 year ago

Done - NOT command line argument, it's a global for now.