lionixevolve/GraphQLSuiteCRM

How to check authentication?

Opened this issue · 1 comments

Hello,

I have to check JWT authentication on each request. So how can I check JWT authentication and where to put my code for verification.

Thanks.

Haven't done that but you can use Slim middleware in the graphql/CustomRest.php file.

Slim documentation Slim Website