Skip to content

ianlofs/go_rest_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go_rest_api

Trying to figure out authentication, and interactions with a database in go.

+-------------+
| client      |
+-------------+
    |
    | username/password
    |
+--------+                           +--------+
|        |      username/password    |        |
| client |   --------------------->  | server |
|        |                           |        |
|        |    JSON Web Token         |        |
|        |  <---------------------   |        |
+--------+                           +--------+

About

REST API with JWT authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages