dhax
|
8c140ba3fa
|
fix login token URL
|
2024-09-20 01:00:42 +02:00 |
|
JJ
|
35ae0f3dcb
|
Update README.md (#22)
|
2024-09-04 23:37:25 +02:00 |
|
dhax
|
6dce741e65
|
add funding.yml
|
2024-08-31 19:17:26 +02:00 |
|
dhax
|
1886be62bc
|
upgrade from go-pg to bun
|
2024-08-31 19:01:33 +02:00 |
|
dhax
|
f59f129354
|
silence go vet, staticcheck
|
2024-07-24 23:54:19 +02:00 |
|
Gabriel Prando
|
42b391fe9b
|
Feat: Add GitHub Actions Workflow for CI/CD (#21)
Add GitHub Actions Workflow for CI/CD (#21)
|
2024-07-24 23:31:20 +02:00 |
|
dhax
|
8be7e5c197
|
update dependencies
|
2023-10-04 23:41:36 +02:00 |
|
dhax
|
09eeccd1e8
|
security update for lestrrat-jwx
|
2021-11-15 15:38:38 +01:00 |
|
dhax
|
b6ab0898f1
|
update README
|
2021-11-15 15:35:20 +01:00 |
|
dhax
|
c2f958eaa2
|
Merge pull request #19 from dhax/hyperyuri-update/jwt-package
Hyperyuri update/jwt package
|
2021-11-15 15:20:26 +01:00 |
|
dhax
|
d8d770478f
|
Merge branch 'update/jwt-package' of https://github.com/hyperyuri/go-base into hyperyuri-update/jwt-package
|
2021-11-15 15:03:15 +01:00 |
|
hyperyuri
|
63a2ce2c51
|
fix: run go mod tidy
|
2021-11-11 15:28:24 -03:00 |
|
hyperyuri
|
c4dc8a2c21
|
build: change jwt package to the new one
|
2021-11-11 15:26:42 -03:00 |
|
dhax
|
32abb2ac26
|
add docker-compose.yml
|
2021-09-09 00:00:28 +02:00 |
|
dhax
|
f7b222b7f3
|
update go-chi and chi/jwtauth to v5
|
2021-09-08 23:45:06 +02:00 |
|
dhax
|
72fd12d0c4
|
Merge branch 'master' of github.com:dhax/go-base
|
2021-09-08 15:55:11 +02:00 |
|
dhax
|
7b3cd836fd
|
update logrus
|
2021-09-07 18:35:26 +02:00 |
|
dhax
|
7cfdb8bb91
|
update go.mod to go 1.17
|
2021-09-07 15:57:21 +02:00 |
|
dhax
|
c3809c7cab
|
Merge pull request #15 from rotblauer/fix-tokenauth-refreshexpiry
auth/jwt: RefreshJWT constructor should use JwtRefreshExpiry value
|
2021-03-08 15:49:21 +01:00 |
|
dhax
|
d67496f1a3
|
Merge pull request #16 from rotblauer/go-1.16
Upgrade to Go 1.16
|
2021-03-08 15:48:51 +01:00 |
|
ia
|
1456a42a89
|
auth/jwt: RefreshJWT constructor should use JwtRefreshExpiry value
This fixes a bug where the RefreshJWT token
used the JWTExpiry instead of the refresh
one.
|
2021-03-07 07:34:13 -06:00 |
|
ia
|
145ac0c963
|
go mod tidy
|
2021-03-07 07:26:45 -06:00 |
|
ia
|
7c7abbc996
|
upgrade Go to 1.16
|
2021-03-07 07:26:08 -06:00 |
|
dhax
|
3b11f37162
|
revert last commit, meant for heroku branch
|
2020-11-06 18:36:29 +01:00 |
|
dhax
|
13d31c62a6
|
fix mailer, use sendgrid client with api key after deprecated smtp basic auth
|
2020-11-06 17:56:06 +01:00 |
|
dhax
|
21175bda62
|
use pointer to account list
|
2020-04-16 13:58:21 +02:00 |
|
dhax
|
5faa62f412
|
Update README.md
|
2020-04-03 19:57:19 +02:00 |
|
dhax
|
a94b83c1b1
|
Update README.md
|
2020-04-03 19:39:26 +02:00 |
|
dhax
|
0ec241563a
|
Update README.md
|
2020-04-03 19:34:43 +02:00 |
|
dhax
|
900f18859c
|
update dependencies
|
2020-03-03 22:02:51 +01:00 |
|
dhax
|
7440933bb2
|
update vanng822/go-premailer
|
2020-03-03 22:02:51 +01:00 |
|
dhax
|
b20e15625b
|
update go-chi/jwtauth to v4
|
2020-03-03 22:02:51 +01:00 |
|
dhax
|
81ddc99f80
|
update dependencies for patch releases
|
2020-03-03 22:02:51 +01:00 |
|
dhax
|
c0f2163d3d
|
edit README, License, app cmd info, example index.html
|
2020-03-03 22:02:39 +01:00 |
|
dhax
|
306fd11bc6
|
Merge branch 'master' of github.com:dhax/go-base
|
2020-01-30 15:11:42 +01:00 |
|
dhax
|
c170a1d2e7
|
add Dockerfile, closes #6
|
2020-01-30 15:11:21 +01:00 |
|
dhax
|
069d655d9c
|
split DB connection string into separate env vars
|
2020-01-30 14:59:00 +01:00 |
|
dhax
|
c6b8aff2a9
|
make using CORS configurable by environment var, defaults to false
|
2020-01-30 14:57:25 +01:00 |
|
dhax
|
9f75bf6a5d
|
make using CORS configurable by environment var, defaults to false
|
2019-03-09 14:42:08 +01:00 |
|
dhax
|
bc565a4008
|
Merge branch 'FrankSantoso-master'
|
2019-03-09 13:39:33 +01:00 |
|
dhax
|
93add152ec
|
Merge branch 'master' of https://github.com/FrankSantoso/go-base into FrankSantoso-master
|
2019-03-09 13:31:16 +01:00 |
|
dhax
|
d1472896a6
|
update go-mail dependency
|
2019-03-09 13:30:25 +01:00 |
|
Alex Frank Adhyatma
|
a2d51bbfd8
|
Update go-chi/jwtauth to v3.3 and remove dgrijalva from direct dependencies
|
2019-03-07 11:55:45 +00:00 |
|
dhax
|
37a1c61915
|
typecheck url.values for filter options
|
2019-01-14 22:47:58 +01:00 |
|
dhax
|
83b738e298
|
use go-mail/mail instead of gomail (stale)
|
2019-01-14 22:46:17 +01:00 |
|
dhax
|
d0e63fdeee
|
Merge branch 'piotrkochan-master'
|
2019-01-14 22:14:41 +01:00 |
|
dhax
|
6e627dd0a0
|
Merge branch 'master' of https://github.com/piotrkochan/go-base into piotrkochan-master
|
2019-01-14 22:13:52 +01:00 |
|
dhax
|
f1c76202bc
|
update dependencies
|
2019-01-13 22:52:39 +01:00 |
|
dhax
|
8cc5d6241d
|
updates go-pg/pg to v7
|
2019-01-13 22:37:56 +01:00 |
|
dhax
|
5737e75cc4
|
removes public client from source
|
2019-01-12 15:10:06 +01:00 |
|