Created
March 7, 2019 08:02
-
-
Save DonkeyKongJr/edced8913df1e90265a140221ccb6a9a to your computer and use it in GitHub Desktop.
This file contains 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
public IActionResult Login(string returnUrl = “/”) | |
{ | |
await HttpContext.ChallengeAsync(“Auth0”, new AuthenticationProperties() { RedirectUri = returnUrl }); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment