This commit is contained in:
Lakhan Samani
2022-08-29 08:18:42 +05:30
20 changed files with 410 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ func (c *provider) DeleteAllUserSessions(userId string) error {
constants.AuthRecipeMethodGithub,
constants.AuthRecipeMethodGoogle,
constants.AuthRecipeMethodLinkedIn,
constants.AuthRecipeMethodTwitter,
}
for _, namespace := range namespaces {