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

41 Commits

Author SHA1 Message Date
Lee Brown
1de40e048d checkpoint 2019-07-10 00:17:35 -08:00
Lee Brown
6851b96a04 finished inital testing of deployment script 2019-07-09 02:21:46 -08:00
Lee Brown
2f53df6ba6 checkpoint 2019-07-08 19:13:41 -08:00
Lee Brown
5c477b4dc9 checkpoint 2019-07-08 12:21:22 -08:00
Lee Brown
aef8054cbd checkpoint 2019-07-07 12:52:55 -08:00
Lee Brown
24dd0dff42 Complated web-api crud endpoints and unittests. unittest for find
endpoints still need to be implemented.
2019-06-27 04:48:18 -08:00
Lee Brown
48ae19bd6a checkpoint 2019-06-26 20:21:00 -08:00
Lee Brown
b68bcf2c2c checkpoint for api handler tests 2019-06-26 01:16:57 -08:00
Lee Brown
d6b6b605a4 Completed API documentation for swagger 2019-06-25 22:31:54 -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
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
07e86cfd52 Completed enough code gen for project ATM 2019-06-24 04:26:48 -08:00
Lee Brown
7b5c2a5807 checkpoint 2019-06-24 02:07:12 -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
efaeeb7103 Completed user and account packages, extracted user_account code to independent package 2019-06-22 17:48:44 -08:00
Lee Brown
1886bf1570 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-06-22 10:05:31 -08:00
Lee Brown
abccc1f658 Splitting our users and accounts, creating new user_account package 2019-06-22 10:05:03 -08:00
David Fleming
0b108e09f3 go mod tidy 2019-06-21 15:54:57 -04:00
David Fleming
a11a984122 Fix compilation issues 2019-06-21 15:25:48 -04:00
Lee Brown
d1ceb71265 update readmes 2019-06-12 11:48:10 -08:00
Lee Brown
e000073b9c Update readmes for both repo and example project 2019-06-11 23:43:59 -08:00
Lee Brown
fa598fa328 removed db tags on models 2019-05-29 18:52:28 -08:00
Lee Brown
16dafe29fd completed unittests for users package 2019-05-29 15:05:17 -05: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
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
Lee Brown
f4d44b57d4 document AWS permissions in readme required for secret manager 2019-05-17 15:00:01 -04: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