rigflo icon indicating copy to clipboard operation
rigflo copied to clipboard

Make github oauth token secure using jwt

Open jamesscaggs opened this issue 4 years ago • 0 comments

The current implementation of oauth stores the access token in the local storage. This isn't secure and we need to refactor to use jwt, bcrypt, and create a session token with expiry which will be added to the authState.

Inbound requests from the client to authenticated server routes will need to check the authState on the client side before allowing the request.

jamesscaggs avatar Nov 11 '20 13:11 jamesscaggs