Documentation
¶
Index ¶
- func HandleBanIdentity(c *gin.Context)
- func HandleChangePassword(c *gin.Context)
- func HandleCreateApplication(c *gin.Context)
- func HandleCreateIdentityFlow(c *gin.Context)
- func HandleDeleteApplication(c *gin.Context)
- func HandleDeleteIdentityFlow(c *gin.Context)
- func HandleGetApplication(c *gin.Context)
- func HandleGetIdentityFlow(c *gin.Context)
- func HandleGetLoginFlow(c *gin.Context)
- func HandleGetLogoutFlow(c *gin.Context)
- func HandleGetMFAFlow(c *gin.Context)
- func HandleGetRecoveryFlow(c *gin.Context)
- func HandleGetRegistrationFlow(c *gin.Context)
- func HandleGetSettingsFlow(c *gin.Context)
- func HandleGetVerificationFlow(c *gin.Context)
- func HandleListIdentity(c *gin.Context)
- func HandlePostLoginFlow(c *gin.Context)
- func HandlePostLogoutFlow(c *gin.Context)
- func HandlePostMFAFlow(c *gin.Context)
- func HandlePostProfile(c *gin.Context)
- func HandlePostRecoveryCodeFlow(c *gin.Context)
- func HandlePostRecoveryFlow(c *gin.Context)
- func HandlePostRegistrationFlow(c *gin.Context)
- func HandlePostVerificationCodeFlow(c *gin.Context)
- func HandlePostVerificationFlow(c *gin.Context)
- func HandleRemoveBanIdentity(c *gin.Context)
- func HandleRoleSwitch(c *gin.Context)
- func HandleToggleTOTP(c *gin.Context)
- func HandleUpdateApplication(c *gin.Context)
- func HandleUpdateClientKey(c *gin.Context)
- func HandleUpdateClientSecret(c *gin.Context)
- func HandleUpdateProfile(c *gin.Context)
- func HandleVerifySession(c *gin.Context)
- func Start()
- type ApplicationBody
- type ApplicationPostBody
- type ApplicationPutBody
- type IdentityBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleBanIdentity ¶
func HandleChangePassword ¶
func HandleCreateApplication ¶
func HandleDeleteApplication ¶
func HandleGetApplication ¶
func HandleGetIdentityFlow ¶
func HandleGetLoginFlow ¶
func HandleGetLogoutFlow ¶
func HandleGetMFAFlow ¶
func HandleGetRecoveryFlow ¶
func HandleGetSettingsFlow ¶
func HandleListIdentity ¶
func HandlePostLoginFlow ¶
func HandlePostLogoutFlow ¶
func HandlePostMFAFlow ¶
func HandlePostProfile ¶
func HandlePostRecoveryFlow ¶
func HandleRemoveBanIdentity ¶
func HandleRoleSwitch ¶
func HandleToggleTOTP ¶
func HandleUpdateApplication ¶
func HandleUpdateClientKey ¶
func HandleUpdateProfile ¶
func HandleVerifySession ¶
HandleVerifySession handles the user session verification request
Types ¶
type ApplicationBody ¶
type ApplicationBody struct {
ID int `json:"id"`
}
type ApplicationPostBody ¶
type ApplicationPutBody ¶
type IdentityBody ¶
type IdentityBody struct {
Identity string `json:"identity"`
}
Click to show internal directories.
Click to hide internal directories.