aboutsummaryrefslogtreecommitdiffstats
path: root/apps/browser-extension/src/SignInPage.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(extension): Add custom header support for extension (#2111)Mohamed Bassem2025-11-091-1/+14
| | | Fixes #1287
* feature: Allow to disable default password login after SSO is configured. ↵kamtschatka2024-10-121-5/+1
| | | | | | | | | | Fixes #406 (#502) * [Feature Request] Allow to disable default password log in after SSO is configured #406 changed the flag to also disallow logging in via password The extensions will also no longer be allowed to log in via username/password then * [Feature Request] Allow to disable default password log in after SSO is configured #406 added the error message for OAuth
* feature(extension): Allow login directly with an API keykamtschatka2024-09-211-8/+86
| | | | | | | | | | * [Feature request] NextAuth Providers for OAuth/SSO #92 Added API key based authentication to the extension to make the extension usable when OAuth is in use * Minor UI tweak --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* ui(extension): Use shadcn and better dark mode supportMohamedBassem2024-04-231-8/+6
|
* fix: Delete the API key on logout from phone or extensionMohamedBassem2024-04-091-1/+1
|
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-2/+3
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-1/+0
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+89