aboutsummaryrefslogtreecommitdiff
path: root/src/routes/api/oauth/callback
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsFuwn3 days1-1/+1
| | | | | | | | | | | | | | Auto-fixed cosmetic findings (import ordering, obj["k"]->obj.k, optional chaining, template literals, Date.now, parseInt radix, useless ternaries/ switch cases). Resolved the non-autofixable rest by hand: - Senpy: static-only class -> object literal (no this/static reliance). - app.html: var global shim -> window.global = window (keeps the shim, drops the unused-var flag). - biome-ignore with rationale for the logout document.cookie clear and the holodule scrape non-null assertion. Verified: biome check 0 diagnostics, svelte-check 0/0, 24/24 unit tests.
* chore(biome): drop formatter style overridesFuwn2026-03-011-14/+14
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-11/+11
|
* refactor(utility): move helpers to utilityFuwn2024-01-131-1/+1
|
* refactor(api): simple oauth handlerFuwn2024-01-061-30/+12
|
* fix(earthly): environment variable typesFuwn2023-12-071-3/+3
|
* feat(oauth): refresh token routeFuwn2023-09-171-0/+34
|
* refactor(oauth): move to single pathFuwn2023-09-131-34/+0
|
* refactor(oauth): move to apiFuwn2023-09-131-0/+34