authentication
RVA.JS Meetup, March 2022
Slides Your browser does not support the video tag.
Updating GIT credentials …
If you’ve seen an ‘Authentication failed for https://____.git error, here’s a quick command to update your credentials through the command line. For Mac: git config --global credential.helper osxkeychain For Windows: git config --global credential.helper wincred You should then see …
JWT | 2 Cookie …
In this video we start our 2 Cookie Authorization series by explaining how the approach works and how it can help to secure our applications that use tokens.