An open API service indexing awesome lists of open source software.

https://github.com/evertonsavio/go-crypto

Go web server with RSA and AES encryption utils, JWT Auth tokens with refresh Header Session Cookies and Postgres as database.
https://github.com/evertonsavio/go-crypto

Last synced: about 1 month ago
JSON representation

Go web server with RSA and AES encryption utils, JWT Auth tokens with refresh Header Session Cookies and Postgres as database.

Awesome Lists containing this project

README

          

## GO API

* Reference code for the following topics:
1. User Auth in golang ( auth token, jwt, refresh token on cookies header ).
2. Database driver connection ( Postgres ).
3. Standard API's in golang ( CRUD with protected routes ).