Securing graphql api #3232
undercoverfemboy
started this conversation in
General
Replies: 1 comment
-
@Zombiak307 Authorization is not part of part of GraphQL spec and you should the same approach you used for REST APIs, e.g. JWT tokens |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
How can I secure my graphql api? Currently everyone can connect to it. I want to allow request only from one origin
Beta Was this translation helpful? Give feedback.
All reactions