Skip to content

Commit

Permalink
Docs/Authentication: mention isAccessAllowed here too
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 26, 2020
1 parent d8d4946 commit 7293932
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/guides/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,9 @@ Add the `authStrategy` config back to the `new AdminUIApp()` call
Restart your Keystone App once more, and try to visit <http://localhost:3000/admin/users>; you will be presented with the login screen.

Finally; login with the newly created `User`'s credentials.

### Controlling access to the Admin UI

By default, any _authenticated_ user will be able to access the Admin UI. To restrict access, use the `isAccessAllowed` config option.

See the [Admin UI app](https://www.keystonejs.com/keystonejs/app-admin-ui/) docs for more details.

0 comments on commit 7293932

Please sign in to comment.