1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-06 22:32:51 +02:00

JWT authenticator with AWS Secret Manager

Updated authenticator to store JWT private keys in AWS secret manager.
This improvement reduces the need to generate a local privite key for
the application to start on its initial run.
This commit is contained in:
Lee Brown
2019-05-17 14:42:50 -04:00
parent b40d389579
commit b4535820d4
8 changed files with 346 additions and 119 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module gitlab.com/geeks-accelerator/oss/saas-starter-kit
go 1.12