fd8f980d9a
🚨 fix: resolve linting type error
2026-01-31 09:03:32 +07:00
5a43769f69
🚨 fix: resolve linting type error
2026-01-30 21:21:43 +07:00
1b039a3d31
⚡ perf: optimize program start-up process
2026-01-29 13:24:52 +07:00
22428c720c
🐛 fix: user client info in oauth flow
2026-01-20 09:39:50 +07:00
f47a97e00e
♻️ refactor: add entry point for middleware module
2026-01-06 10:10:40 +07:00
50500ec1ca
📈 (analytics) implement sentry error tracing system
2025-09-07 14:48:23 +07:00
bf35af294e
👔 add create account in provision
...
Add logic to create a new account when provisioning if not yet registered.
2025-08-30 22:41:42 +07:00
89ebfb8aa4
🔒 add app access token middleware
...
Create a middleware app access token, so that all requests must include `access_token` in the header with a value equal
to API_KEY in the .env file. If not, a `403 Forbidden` error will be returned.
2025-08-13 11:26:57 +07:00
419b5b0ae4
✨ create oauth login
...
Create authentication with oAuth using a third-party vendor. Currently, only GitHub is available, but more will be added
in the future.
2025-08-05 17:11:36 +07:00
95d85545cd
✨ create startup process
...
create a startup process before the main elysia process starts. aims to check the main program such as env check and so on.
2025-07-22 10:14:14 +07:00
ac10ae14f6
fix: fix.env.example
2025-06-14 15:05:20 +07:00
b8b5182911
creating contenerization
2025-05-23 20:46:47 +07:00
a5153f0786
make route automatic add the sub routes
2025-05-06 15:07:21 +07:00
61eb5b75d7
Initial commit (via bun create)
2025-05-06 00:05:14 +07:00