Created
July 22, 2019 16:15
-
-
Save RredCat/169f273dadd9c8ba87baaa56fd29c09d to your computer and use it in GitHub Desktop.
Startup for FA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services.AddAuthentication(o => o.AddScheme("api", a => a.HandlerType = typeof(TokenHandler))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment