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

16 Commits

Author SHA1 Message Date
Lee Brown
0efe444c05 finish redirect middlewares 2019-07-12 11:41:41 -08:00
Lee Brown
4d78385103 checkpoint 2019-07-11 14:15:29 -08:00
Lee Brown
1de40e048d checkpoint 2019-07-10 00:17:35 -08:00
Lee Brown
aef8054cbd checkpoint 2019-07-07 12:52:55 -08:00
Lee Brown
8328cf525b completed API from signup to auth token with swagger UI. 2019-06-25 06:25:55 -08:00
Lee Brown
2fbda74a73 Completed signup package and hooked up to web-api. Can use the swagger
ui to signup a new account.
2019-06-25 02:40:29 -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
82cd108ed6 completed schema migration 2019-05-25 08:26:37 -05:00
Lee Brown
c19f46e07f update tracing, fixed docker-compose and removed vendor dir 2019-05-23 19:40:29 -05:00
Lee Brown
c77dd8f5f3 go fmt 2019-05-23 14:32:24 -05:00
Lee Brown
271bf37c5d Finish inital schema migration script 2019-05-23 14:01:24 -05:00
Lee Brown
790c7b3255 Added image resizer for responsive web apps 2019-05-20 22:16:58 -05:00
Lee Brown
5879fc664f Updated comments on template renderer 2019-05-18 18:34:39 -04:00
Lee Brown
308fee852c Added example web-app service
Example web-app required provided the ability to render html.
2019-05-18 18:06:10 -04:00