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

5 Commits

Author SHA1 Message Date
Lee Brown
8328cf525b completed API from signup to auth token with swagger UI. 2019-06-25 06:25:55 -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
bdbe3c587a Completed truss code gen for generating model requests and crud. 2019-06-24 01:30:18 -08:00
Lee Brown
895128bbbe completed coding user package and starting unittests 2019-05-27 02:44:40 -05:00