Skip to content

Commit

Permalink
Fix readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesedmonston committed Dec 6, 2020
1 parent 4d0110b commit 985c005
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ GraphQL Authentication adds a JWT authentication layer to your Craft CMS GraphQL

## Plugin Overview

- Adds support for user registration and authentication (see [Authentication](/usage/authentication))
- Adds support for social sign-in – currently Google, Facebook and Twitter (see [Social](/usage/social))
- Adds ability to define per-section user restrictions (queries and mutations can be limited to author-only) (see [User Settings](/settings/users))
- Adds support for user registration and authentication (see [Authentication](https://graphql-authentication.jamesedmonston.co.uk/usage/authentication))
- Adds support for social sign-in – currently Google, Facebook and Twitter (see [Social](https://graphql-authentication.jamesedmonston.co.uk/usage/social))
- Adds ability to define per-section user restrictions (queries and mutations can be limited to author-only) (see [User Settings](https://graphql-authentication.jamesedmonston.co.uk/settings/users))
- Checks mutation fields against schema permissions, and prevents fields being saved if user is trying to access private entries/assets
- Adds ability to assign unique GraphQL schemas for each user group
- Adds a unique, per-user GraphQL query cache
Expand Down

0 comments on commit 985c005

Please sign in to comment.