Merge pull request #42 from versia-pub/refactor/openid

Rewrite old authentication code and go OpenID-only
This commit is contained in:
Gaspard Wierzbinski 2025-11-21 07:21:01 +01:00 committed by GitHub
commit f2e9c862a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
56 changed files with 5726 additions and 2793 deletions

View file

@ -87,11 +87,6 @@ export const NoteReactionWithAccounts = NoteReaction.extend({
/* Versia Server API extension */
export const SSOConfig = z.object({
forced: z.boolean().meta({
description:
"If this is enabled, normal identifier/password login is disabled and login must be done through SSO.",
example: false,
}),
providers: z
.array(
z.object({