Commit Graph

11 Commits

Author SHA1 Message Date
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