68 Commits

Author SHA1 Message Date
ramvignesh-b fcaaa1d03c docs: add container registry instructions to README
CI / build (push) Successful in 24s
Publish Docker Image / Publish Docker Image (push) Failing after 20s
2026-05-21 14:07:49 +05:30
ramvignesh-b 77e992e14d feat: add GitHub Actions workflow to publish Docker image to GHCR
CI / build (push) Successful in 1m42s
Publish Docker Image / Publish Docker Image (push) Failing after 3m3s
2026-05-21 13:52:21 +05:30
ramvignesh-b a5a0616941 fix: define internal APP_PORT in docker-compose
CI / build (push) Successful in 6m25s
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
CI / build (push) Successful in 23s
2026-05-12 11:06:15 +05:30
ramvignesh-b 0bcf13800e docs: update screenshot
CI / build (push) Failing after 13m24s
2026-05-12 11:02:52 +05:30
ramvignesh-b dbc9328bf5 docs: update README
CI / build (push) Failing after 23s
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
CI / build (push) Failing after 22s
2026-05-12 10:01:35 +05:30
ramvignesh-b 3e33ee4d61 style: update ui styles for expiry
CI / build (push) Failing after 27s
2026-05-12 09:30:26 +05:30
ramvignesh-b 074d48f536 feat: track and display access token expiration timestamps in dashboard and API responses
CI / build (push) Failing after 23s
2026-05-12 09:15:29 +05:30
ramvignesh-b eb11011017 feat: add favicon, manifest, and static asset serving support to auth server
CI / build (push) Successful in 24s
2026-05-12 05:48:06 +05:30
me 04267593fb docs: update api reference with versioning (#6)
CI / build (push) Successful in 24s
Co-authored-by: ramvignesh-b <ramvignesh-b@github.com>
Reviewed-on: #6
2026-05-12 00:17:08 +00:00
me 558bc9e034 feat: implement secure session management using HttpOnly cookies for API key authentication (#5)
CI / build (push) Successful in 27s
Co-authored-by: ramvignesh-b <ramvignesh-b@github.com>
Reviewed-on: #5
2026-05-11 22:56:21 +00:00
me 72357ed9ee refactor: modularize template view (#4)
CI / build (push) Successful in 23s
Co-authored-by: ramvignesh-b <ramvignesh-b@github.com>
Reviewed-on: #4
2026-05-11 22:45:11 +00:00
me 4728eaa578 refactor: re-configure env vars and healthcheck (#3)
CI / build (push) Successful in 22s
Co-authored-by: ramvignesh-b <ramvignesh-b@github.com>
Reviewed-on: #3
2026-05-11 19:58:31 +00:00
ramvignesh-b 7c4ef8a51c chore: update healthcheck to use bun fetch instead of curl
CI / build (push) Successful in 22s
2026-05-12 00:57:23 +05:30
ramvignesh-b 2eab4b92cc test: implement redis unavailibility health check
CI / build (push) Successful in 1m27s
2026-05-11 23:59:01 +05:30
ramvignesh-b 51502055db feat: add healthcheck configuration
CI / build (push) Failing after 24s
2026-05-11 23:44:40 +05:30
ramvignesh-b 553d9647c2 chore: add production start script and update readme
CI / build (push) Successful in 21s
2026-05-11 17:44:19 +05:30
me b954ce5f72 ci: integrate tests workflow
CI / build (push) Successful in 22s
Reviewed-on: #2
2026-05-11 12:01:48 +00:00
ramvignesh-b b258ee0a07 test: centralize redis mock in test setup
CI / build (pull_request) Successful in 22s
2026-05-11 17:28:08 +05:30
ramvignesh-b e6354aae00 chore: centralize test environment configuration via bunfig and setup file
CI / build (pull_request) Successful in 21s
2026-05-11 17:07:23 +05:30
ramvignesh-b 78520b9069 feat: add CI workflow for linting and testing using Bun
CI / build (pull_request) Failing after 1m40s
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
me 3716c42668 Merge pull request 'feat: integrate scalar api reference' (#1) from feature/api-reference-integration into main
Reviewed-on: #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