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

13 Commits

Author SHA1 Message Date
Lee Brown
957bd9bf36 go fmt 2019-06-24 23:02:43 -08:00
Lee Brown
8994ee4d1a fixed internal package unittests 2019-06-24 22:41:21 -08:00
Lee Brown
ca8670eadf authenticator storage engines
Created a storage interface used by authenticator to support multiple
types of storage types for private keys. Added a new file storage engine
which is now the default for web-api. Migrated aws secrets manager to be optional.
2019-06-24 17:36:42 -08:00
Lee Brown
efaeeb7103 Completed user and account packages, extracted user_account code to independent package 2019-06-22 17:48:44 -08:00
Lee Brown
abccc1f658 Splitting our users and accounts, creating new user_account package 2019-06-22 10:05:03 -08:00
Lee Brown
8c1a343ce6 completed user_account_test 2019-05-29 03:35:08 -05:00
Lee Brown
c121b7d289 finish internal/user user and auth unittests 2019-05-28 04:44:01 -05:00
Lee Brown
895128bbbe completed coding user package and starting unittests 2019-05-27 02:44:40 -05:00
Lee Brown
790c7b3255 Added image resizer for responsive web apps 2019-05-20 22:16:58 -05:00
Lee Brown
2651aea991 remove secret after test complete 2019-05-17 14:50:36 -04:00
Lee Brown
b4535820d4 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.
2019-05-17 14:42:50 -04:00
Lee Brown
b40d389579 Basic example cleanup
Rename sales-api to web-api and remove sales-admin
2019-05-16 18:05:39 -04:00
Lee Brown
e6453bae45 Imported github.com/ardanlabs/service as base example project 2019-05-16 10:39:25 -04:00