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

19 Commits

Author SHA1 Message Date
Lee Brown
1a49f8c4fb updates for new devops transition 2019-08-19 20:21:48 -08:00
Lee Brown
85714558ed Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit into issue8/datadog-lambda-func 2019-08-16 13:36:04 -08:00
Lee Brown
dd4cf51c94 WIP: code migration complete 2019-08-16 13:33:57 -08:00
Lee Brown
059900e4f8 WIP: migrate out devops to new repo 2019-08-16 01:59:16 -08:00
Lee Brown
2e43f95748 issue#19 recompile service on file change
Updated web-app and web-api to auto build the service when running with
docker-compose.
2019-08-12 12:30:35 -08:00
Lee Brown
7217deaf15 improved unique validation function to support multiple fields. 2019-08-07 21:17:57 -08:00
Lee Brown
b387ccb827 forked swaggo/swag and added caching to reduce build times 2019-08-07 20:19:09 -08:00
Lee Brown
e54702712d Added sitemap to webapp 2019-08-06 17:04:37 -08:00
Lee Brown
6523cbc481 fix api route for app page for docs 2019-08-05 19:49:30 -08:00
Lee Brown
d574f8e284 Fixed example responsive images page. 2019-08-05 02:36:54 -08:00
Lee Brown
c625ace88d Completed implimentation of forgot password 2019-08-02 15:03:32 -08:00
Lee Brown
232648a2cc signup autocomplete 2019-08-01 11:34:03 -08:00
Lee Brown
e81e4690af Completed user login with session authentication 2019-07-31 18:34:27 -08:00
Lee Brown
227af02f31 issue#16 web-app account signup
Account signup works with validation and translations.
2019-07-31 13:47:30 -08:00
Lee Brown
e46c6317e5 Switch from golang docker client to executing direct docker commands
github.com/docker/docker/client adds an additional 30 deps to the
project and encoutering random errors when running on gitlab.
	Can't add file cmd/web-app/static/assets/images/glacier-example-pic.jpg to tar
	Error response from daemon: invalid reference format
2019-07-14 12:25:58 -08:00
Lee Brown
6117a813f2 Completed removing example-project directory and moving all files back a
a directory
2019-07-13 12:16:28 -08:00
Lee Brown
bcf022aa18 moved example-project files back a directory 2019-07-13 11:42:37 -08:00
David Fleming
cc057ee50c Remove module file for empty module. Update docs. 2019-06-21 15:54:57 -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