mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Add OpenID support to webapp
This commit is contained in:
@ -17,6 +17,12 @@ module Data.Flags exposing
|
||||
import Api.Model.AuthResult exposing (AuthResult)
|
||||
|
||||
|
||||
type alias OpenIdAuth =
|
||||
{ provider : String
|
||||
, name : String
|
||||
}
|
||||
|
||||
|
||||
type alias Config =
|
||||
{ appName : String
|
||||
, baseUrl : String
|
||||
@ -27,6 +33,7 @@ type alias Config =
|
||||
, maxPageSize : Int
|
||||
, maxNoteLength : Int
|
||||
, showClassificationSettings : Bool
|
||||
, openIdAuth : List OpenIdAuth
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user