1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-06 22:32:51 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
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
7217deaf15 improved unique validation function to support multiple fields. 2019-08-07 21:17:57 -08:00
b387ccb827 forked swaggo/swag and added caching to reduce build times 2019-08-07 20:19:09 -08:00
e54702712d Added sitemap to webapp 2019-08-06 17:04:37 -08:00
6523cbc481 fix api route for app page for docs 2019-08-05 19:49:30 -08:00
d574f8e284 Fixed example responsive images page. 2019-08-05 02:36:54 -08:00
c625ace88d Completed implimentation of forgot password 2019-08-02 15:03:32 -08:00
232648a2cc signup autocomplete 2019-08-01 11:34:03 -08:00
e81e4690af Completed user login with session authentication 2019-07-31 18:34:27 -08:00
227af02f31 issue#16 web-app account signup
Account signup works with validation and translations.
2019-07-31 13:47:30 -08:00
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
6117a813f2 Completed removing example-project directory and moving all files back a
a directory
2019-07-13 12:16:28 -08:00
bcf022aa18 moved example-project files back a directory 2019-07-13 11:42:37 -08:00
cc057ee50c Remove module file for empty module. Update docs. 2019-06-21 15:54:57 -04:00
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