Commit graph

68 commits

Author SHA1 Message Date
ramvignesh-b
fcaaa1d03c docs: add container registry instructions to README 2026-05-21 14:07:49 +05:30
ramvignesh-b
77e992e14d feat: add GitHub Actions workflow to publish Docker image to GHCR 2026-05-21 13:52:21 +05:30
ramvignesh-b
a5a0616941 fix: define internal APP_PORT in docker-compose 2026-05-13 02:01:06 +05:30
ramvignesh-b
75136ee6bd chore: add .worktrees to gitignore 2026-05-13 02:00:21 +05:30
ramvignesh-b
417104605f refactor: fix lint and formatting 2026-05-12 11:06:15 +05:30
ramvignesh-b
0bcf13800e docs: update screenshot 2026-05-12 11:02:52 +05:30
ramvignesh-b
dbc9328bf5 docs: update README 2026-05-12 10:54:03 +05:30
ramvignesh-b
ed23999c50 feat: add tooltips to auth provider config fields 2026-05-12 10:26:01 +05:30
ramvignesh-b
30c9e9e308 style: update accent bar styling for sections 2026-05-12 10:10:30 +05:30
ramvignesh-b
748d308672 style: update button styles for registry 2026-05-12 10:01:35 +05:30
ramvignesh-b
3e33ee4d61 style: update ui styles for expiry 2026-05-12 09:30:26 +05:30
ramvignesh-b
074d48f536 feat: track and display access token expiration timestamps in dashboard and API responses 2026-05-12 09:15:29 +05:30
ramvignesh-b
eb11011017 feat: add favicon, manifest, and static asset serving support to auth server 2026-05-12 05:48:06 +05:30
Ramvignesh B.
04267593fb docs: update api reference with versioning (#6)
Co-authored-by: ramvignesh-b <ramvignesh-b@github.com>
Reviewed-on: https://git.ramvignesh.dev/me/toknd_auth/pulls/6
2026-05-12 00:17:08 +00:00
Ramvignesh B.
558bc9e034 feat: implement secure session management using HttpOnly cookies for API key authentication (#5)
Co-authored-by: ramvignesh-b <ramvignesh-b@github.com>
Reviewed-on: https://git.ramvignesh.dev/me/toknd_auth/pulls/5
2026-05-11 22:56:21 +00:00
Ramvignesh B.
72357ed9ee refactor: modularize template view (#4)
Co-authored-by: ramvignesh-b <ramvignesh-b@github.com>
Reviewed-on: https://git.ramvignesh.dev/me/toknd_auth/pulls/4
2026-05-11 22:45:11 +00:00
Ramvignesh B.
4728eaa578 refactor: re-configure env vars and healthcheck (#3)
Co-authored-by: ramvignesh-b <ramvignesh-b@github.com>
Reviewed-on: https://git.ramvignesh.dev/me/toknd_auth/pulls/3
2026-05-11 19:58:31 +00:00
ramvignesh-b
7c4ef8a51c chore: update healthcheck to use bun fetch instead of curl 2026-05-12 00:57:23 +05:30
ramvignesh-b
2eab4b92cc test: implement redis unavailibility health check 2026-05-11 23:59:01 +05:30
ramvignesh-b
51502055db feat: add healthcheck configuration 2026-05-11 23:44:40 +05:30
ramvignesh-b
553d9647c2 chore: add production start script and update readme 2026-05-11 17:44:19 +05:30
Ramvignesh B.
b954ce5f72 ci: integrate tests workflow
Reviewed-on: https://git.ramvignesh.dev/me/toknd_auth/pulls/2
2026-05-11 12:01:48 +00:00
ramvignesh-b
b258ee0a07 test: centralize redis mock in test setup 2026-05-11 17:28:08 +05:30
ramvignesh-b
e6354aae00 chore: centralize test environment configuration via bunfig and setup file 2026-05-11 17:07:23 +05:30
ramvignesh-b
78520b9069 feat: add CI workflow for linting and testing using Bun 2026-05-11 16:59:17 +05:30
ramvignesh-b
dfff0e913d tests: improve coverage for config and provider manager 2026-05-11 16:59:12 +05:30
ramvignesh-b
21c030fee5 chore: add bun types 2026-05-11 16:58:20 +05:30
Ramvignesh B.
3716c42668 Merge pull request 'feat: integrate scalar api reference' (#1) from feature/api-reference-integration into main
Reviewed-on: https://git.ramvignesh.dev/me/toknd_auth/pulls/1
2026-05-11 11:18:39 +00:00
ramvignesh-b
327822141b feat: update documentation endpoint path 2026-05-11 16:38:57 +05:30
ramvignesh-b
d6f13ec332 feat: migrate API to @hono/zod-openapi and add Scalar API documentation UI 2026-05-11 16:38:05 +05:30
ramvignesh-b
c475f46f33 chore: init OpenAPI documentation and Scalar API 2026-05-11 16:33:14 +05:30
ramvignesh-b
7d0a8f3dd8 feat: add manual token refresh capability via UI and backend API endpoint 2026-05-11 15:54:05 +05:30
ramvignesh-b
6a34163bf4 chore: update documentation 2026-05-11 15:49:16 +05:30
ramvignesh-b
2161e01d23 refactor: update UI component styles in dashboard 2026-05-11 15:33:07 +05:30
ramvignesh-b
660275f00f refactor: rename generic auth server to toknd 2026-05-11 15:28:26 +05:30
ramvignesh-b
9d5baf8604 style: update dashboard theme and typography 2026-05-11 15:26:10 +05:30
ramvignesh-b
cba8540861 feat: add loading state and spinner animation 2026-05-11 14:51:31 +05:30
ramvignesh-b
60ceeaacec style: rebrand Auth Server to toknd with updated branding and icons 2026-05-11 14:18:56 +05:30
ramvignesh-b
5248ae05db feat: redesign dashboard UI to include password visibility toggles and a grid-based provider registry layout 2026-05-11 14:09:27 +05:30
ramvignesh-b
7302db69f7 feat: add last updated timestamp to provider tokens in dashboard and API 2026-05-11 13:59:36 +05:30
ramvignesh-b
1fae60c0b3 feat: add informational tooltips to OAuth fields and implement copy-to-clipboard functionality for the redirect URI 2026-05-11 13:54:08 +05:30
ramvignesh-b
f5b0d5a555 feat: add root redirect to /app endpoint 2026-05-11 13:42:22 +05:30
ramvignesh-b
637c38f195 chore: ignore docker override 2026-05-11 13:42:15 +05:30
ramvignesh-b
17a3e0831c refactor: extract authentication success view 2026-05-11 13:41:29 +05:30
ramvignesh-b
e68dd24792 feat: enhance dashboard with token display and proxy origin support 2026-05-11 13:29:39 +05:30
ramvignesh-b
b2e0f697c8 refactor: update URL validation in schema 2026-05-11 12:54:06 +05:30
ramvignesh-b
e69112ca79 build: upgrade bun to 1.3 2026-05-11 12:46:08 +05:30
ramvignesh-b
a51021f351 refactor: make Redirect URI mandatory and default to the current origin URL 2026-05-11 12:40:38 +05:30
ramvignesh-b
349b5d3b01 fix: resolve docker build failure by ignoring scripts and adding lockfile wildcard 2026-05-11 12:29:59 +05:30
ramvignesh-b
773ca518a5 build: upgrade bun base image from 1.1-slim to 1.3-slim 2026-05-11 12:16:44 +05:30