Skip to content

ianlofs/go_rest_api

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