Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 362 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 362 Bytes

It's nothing much, lol.

Just me learning to build out a JWT-based Auth workflow in Go. I succeeded, lol. Good stuff!

  1. Calling the /login endpoint with credentials, getting a token back. calling /login

  2. Calling the protected /profile endpoint with an Authorization header, getting through. calling /login