Iain Sproat
|
8d0678b3bd
|
fix(auth/error): improve error handling of auth issues (#3950)
|
2025-02-11 17:07:25 +01:00 |
|
Iain Sproat
|
9bbd6bea01
|
fix(logging): correct log levels for error types from auth flow (#3934)
|
2025-02-04 17:17:11 +00:00 |
|
Iain Sproat
|
c59e6043bb
|
fix(server/errors): derive errors from BaseError (#3918)
|
2025-01-30 18:15:56 +01:00 |
|
Kristaps Fabians Geikins
|
e2c886f27e
|
fix(server): more resilient sign up tracking
|
2024-10-21 16:20:48 +03:00 |
|
Kristaps Fabians Geikins
|
f27f289dc6
|
chore(server): core IoC #78 - getServerInfoFactory
|
2024-10-17 12:37:43 +03:00 |
|
Kristaps Fabians Geikins
|
abcbe0e2b8
|
chore(server): core IoC #58 - legacyGetUserByEmailFactory
|
2024-10-15 13:26:49 +03:00 |
|
Kristaps Fabians Geikins
|
00d2402a8e
|
chore(server): core IoC #56 - findOrCreateUserFactory
|
2024-10-15 13:10:38 +03:00 |
|
Kristaps Fabians Geikins
|
31a4380f82
|
chore(server): auth IoC 19 - setupStrategiesFactory (#3043)
|
2024-09-20 11:07:46 +03:00 |
|
Kristaps Fabians Geikins
|
497d40c626
|
chore(server): auth IoC 17 - githubStrategyBuilderFactory (#3039)
* chore(server): auth IoC 3 - getAllAppsCreatedByUserFactory
* minor fix
* chore(server): auth IoC 4 - getAllAppsAuthorizedByUserFactory
* chore(server): auth IoC 5 - createAppFactory
* chore(server): auth IoC 6 - updateAppFactory
* chore(server): auth IoC 7 - deleteAppFactory
* chore(server): auth IoC 8 - revokeExistingAppCredentialsForUserFactory
* chore(server): auth IoC 9 - revokeRefreshTokenFactory
* chore(server): auth IoC 10 - createAuthorizationCodeFactory
* chore(server): auth IoC 11 - createAppTokenFromAccessCodeFactory
* chore(server): auth IoC 12 - refreshAppTokenFactory
* chore(server): auth IoC 13 - index repo
* chore(server): auth IoC 14 - localStrategyBuilderFactory
* chore(server): auth IoC 15 - oidcStrategyBuilderFactory
* chore(server): auth IoC 16 - azureAdStrategyBuilderFactory
* chore(server): auth IoC 16 - githubStrategyBuilderFactory
|
2024-09-19 11:08:50 +02:00 |
|
Kristaps Fabians Geikins
|
23d5a7b559
|
fix(server): auto-verify on invited server registration (#2824)
|
2024-09-02 09:40:53 +02:00 |
|
Iain Sproat
|
b03e79ae44
|
chore(logging): improve logging around passportjs strategies (#2593)
- ensures the request logger, containing request details, is used
|
2024-08-07 13:34:49 +01:00 |
|
Kristaps Fabians Geikins
|
50b5bdbbdd
|
chore(server): typescriptified auth strategies (#2589)
* rebuilt strategies.js
* local.js -> local.ts
* oidc.js -> oidc.ts
* google.js -> google.ts
* github.js -> github.ts
* azure-ad.js -> azureAd.ts
* minor fixes
* FE2 regen
* improved error reference page
* minor adjustment
* more error page improvements
* migrated helper
* testfix
|
2024-08-07 11:38:44 +03:00 |
|