No description
  • Go 62.6%
  • templ 31.8%
  • TypeScript 1.7%
  • Dockerfile 1.4%
  • CSS 1%
  • Other 1.5%
Find a file
JD Crawford 40a10073a4
fix(auth): remove hardcoded redirect path configuration
Remove the explicit WithRedirectPath call from authOptions in helpers.go.
The callback path is now determined dynamically based on the provider name,
making this static configuration redundant and potentially conflicting
with the new dynamic routing logic.
2026-08-11 02:47:58 -04:00
.vscode feat(app): implement task creation with database persistence and user assignment 2026-01-08 23:06:48 -05:00
cmd/brownie feat(config): add yaml configuration file support 2026-01-27 14:21:32 -05:00
config Update conf 2026-01-29 13:08:16 -05:00
db feat(handlers): add resource preloading middleware 2026-03-09 01:50:26 -04:00
internal refactor(auth): migrate to simpleauth v0.2.3 provider options 2026-08-11 00:54:51 -04:00
scripts fix(scripts): correct script syntax and set executable permissions 2026-03-13 08:55:12 -04:00
web build(web): update formatting tooling 2026-03-20 18:27:35 -04:00
.example.env build(build): migrate build to bun and redesign user info 2026-03-07 14:31:06 -05:00
.gitignore build(web): update formatting tooling 2026-03-20 18:27:35 -04:00
.golangci.yml refactor(ui): move OrderedMap to unixtime package and enhance time groupings 2026-01-24 19:19:10 -05:00
.goreleaser.yaml build(release): add gitea_urls configuration 2026-01-29 15:22:51 -05:00
.sql-formatter.json Add SQL formatter and sqlc configuration 2026-01-05 00:31:30 -05:00
app.go refactor(app): dynamic callback path based on provider name 2026-08-11 02:19:16 -04:00
docker-compose.yml feat(auth): implement OIDC authentication and core application structure 2026-01-05 05:50:28 -05:00
Dockerfile build(docker): replace dumb-init with tini entrypoint 2026-03-12 20:53:31 -04:00
go.mod feat(auth): add login redirect and simplify provider name 2026-08-11 02:14:30 -04:00
go.sum feat(auth): add login redirect and simplify provider name 2026-08-11 02:14:30 -04:00
helpers.go fix(auth): remove hardcoded redirect path configuration 2026-08-11 02:47:58 -04:00
LICENSE Initial commit 2026-01-05 05:28:24 +00:00
Makefile build(web): update formatting tooling 2026-03-20 18:27:35 -04:00
README.md Initial commit 2026-01-05 05:28:24 +00:00
sqlc.yaml refactor(deps): migrate unixtime to simple-auth package 2026-03-08 23:20:14 -04:00
start.go refactor(deps): migrate unixtime to simple-auth package 2026-03-08 23:20:14 -04:00

brownie