Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosabena authored Dec 10, 2017
1 parent 764560c commit 22acfe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Samples/custom-login/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Custom Login

This example shows how to add ***Login*** to your application using a custom Login screen and using the [Auth0.NET SDK](https://github.com/auth0/auth0.net) to log the user in.
Note that it uses the Resource Owner Password Grant, a flow that should be avoided if other alternatives exist, as explained in the [OAuth2 specification](https://tools.ietf.org/html/rfc6749#page-57). We strongly recommend using centralized login (redirecting to the `/authorize` endpoint) whenever possible.

## Requirements

Expand Down Expand Up @@ -132,4 +133,4 @@ public async Task<IActionResult> Login(LoginViewModel vm, string returnUrl = nul
return View(vm);
}
```
```

0 comments on commit 22acfe8

Please sign in to comment.