Skip to content

Instantly share code, notes, and snippets.

@fatihdumanli
Last active October 31, 2020 19:27
Show Gist options
  • Save fatihdumanli/a70b4c49b8c7bbceea645a7fbce9e744 to your computer and use it in GitHub Desktop.
Save fatihdumanli/a70b4c49b8c7bbceea645a7fbce9e744 to your computer and use it in GitHub Desktop.
Startup.cs
Plugins.Add(new AuthFeature(() => new AuthUserSession(),
new IAuthProvider[] {
new CustomAuthProvider()
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment