chore: add todos
This commit is contained in:
parent
a1d8dc2e7e
commit
ed54b666ec
@ -2,6 +2,7 @@
|
||||
--
|
||||
-- SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
-- TODO: AuthSourceAzure and AuthSourceLdap to be removed, just use config settings!
|
||||
|
||||
-- | AzureADv2 (Microsoft Graph) user authentication sources, parsed from application settings
|
||||
-- | Note: No host specification is needed since Azure authentication is always requested at https://graph.microsoft.com/ (Microsoft Graph API)
|
||||
@ -31,6 +32,7 @@ AuthSourceLdap
|
||||
deriving Show Eq Ord Generic
|
||||
|
||||
|
||||
-- TODO: define AuthenticationSource with json instances to store unique source identifiers per protocol
|
||||
-- | User authentication data fetched from external user sources
|
||||
ExternalAuth
|
||||
user UserId
|
||||
|
||||
Reference in New Issue
Block a user