Skip to content

Commit

Permalink
Update link to Functions and Identity page
Browse files Browse the repository at this point in the history
  • Loading branch information
RaeesBhatti authored Jun 2, 2020
1 parent 969c2fa commit 7f85187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ user

## Admin methods

The following admin methods are currently not available to be used directly. You can access `context.clientContext.identity` and get a short lived admin token through a Lambda function and achieve the same goals, e.g., update user role, create or delete user etc. See [Identity and Functions](https://www.netlify.com/docs/functions/#identity-and-functions) for more info.
The following admin methods are currently not available to be used directly. You can access `context.clientContext.identity` and get a short lived admin token through a Lambda function and achieve the same goals, e.g., update user role, create or delete user etc. See [Functions and Identity](https://docs.netlify.com/functions/functions-and-identity/) for more info.

Let's create a simple login form in HTML and JavaScript to interact with a lambda function and test out the admin methods.

Expand Down

0 comments on commit 7f85187

Please sign in to comment.