Commit graph

109 commits

Author SHA1 Message Date
dependabot[bot]
7018751d63
Bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.2 (#26)
Some checks failed
/ pre (push) Has been cancelled
/ deps (push) Has been cancelled
/ lint (push) Has been cancelled
/ test (push) Has been cancelled
/ build (push) Has been cancelled
/ deploy (push) Has been cancelled
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.0 to 5.2.2.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-chi/chi/compare/v5.2.0...v5.2.2)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.2.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-18 22:43:31 +02:00
dhax
b393ed9b84
Update demo deplyoment url 2025-04-25 14:29:30 +02:00
dependabot[bot]
334b1ef267
Bump golang.org/x/net from 0.33.0 to 0.38.0 (#25)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-24 21:49:04 +02:00
dhax
4a0e66a864 correctly set alterative html string 2025-03-09 19:15:22 +01:00
dhax
eadf744eb4 switch to wneessen/go-mail 2025-03-09 19:07:48 +01:00
dhax
1a4a9abbbc move /ping to /healthz 2025-03-05 21:16:59 +01:00
dhax
08c09ffee7 make Mailer an interface 2025-03-05 18:37:11 +01:00
dhax
dd2412463b fix gopls lintings 2025-03-05 18:37:11 +01:00
dhax
a2e2ba39f9 deploy demo on render.com 2025-03-05 18:37:11 +01:00
dhax
dde0d727cb use postgres:17-alpine docker image
clean up db environment keys
2025-03-05 18:37:11 +01:00
dhax
8c6fe34dc5 update README.md 2025-02-07 13:03:21 +01:00
dhax
9c1eb64946 update dependencies 2025-01-01 21:24:52 +01:00
dhax
741f16f88e use DB_DSN database connection string only 2024-09-20 02:07:51 +02:00
dhax
359d35fdd2 change default viper config file to ./dev.env, fixes #2, #13 2024-09-20 02:07:12 +02:00
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