Commit Graph

55 Commits

Author SHA1 Message Date
ramvignesh-b 1d417d672c fix: disable refresh button when provider access token is missing
CI / build (pull_request) Successful in 24s
2026-05-12 04:25:07 +05:30
ramvignesh-b 9d6df8a8df feat: implement secure session management using HttpOnly cookies for API key authentication 2026-05-12 04:20:03 +05:30
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
ramvignesh-b f55bb597c7 chore: simplify docker configuration following YAGNI 2026-05-11 12:02:15 +05:30
ramvignesh-b ee51c090b4 chore: optimize docker configuration for production 2026-05-11 11:53:26 +05:30
ramvignesh-b 73d28e6741 feat: relocate dashboard to /app and update related links 2026-05-11 11:40:54 +05:30
ramvignesh-b 08025303c1 refactor: implement universal oauth callback and auto-generated redirect URIs 2026-05-11 11:37:04 +05:30
ramvignesh-b ea91ba9676 fix: resolve 404 after callback by enabling flexible routing and adding user-friendly response 2026-05-11 11:28:42 +05:30
ramvignesh-b 17459ee493 feat: switch to phosphor icons for a cleaner dashboard UI 2026-05-11 11:21:01 +05:30
ramvignesh-b e00ddd2653 feat: upgrade to daisyUI v5 and Tailwind CSS v4 with caramellatte theme 2026-05-11 11:13:34 +05:30
ramvignesh-b 52944293fb fix: add default PORT and improve Podman volume compatibility 2026-05-11 11:01:40 +05:30
ramvignesh-b 339abd6462 chore: enable watch mode in Docker Compose with volumes and bun --hot 2026-05-11 10:59:53 +05:30
ramvignesh-b 384782d60c fix: remove Redis host port binding to avoid conflict with local Redis 2026-05-11 10:52:16 +05:30
ramvignesh-b 96fa4d891a fix: update Bun version in Dockerfile to support new lockfile format 2026-05-11 10:50:26 +05:30
ramvignesh-b 2be53bf74c feat: add docker support, final documentation, and code quality polish 2026-05-11 10:36:56 +05:30
ramvignesh-b cbfd907638 feat: implement core authentication and token management service 2026-05-11 10:34:18 +05:30