fs / rails-base-graphql-api

Base Rails application for GraphQL API
27 stars 7 forks source link

Restrict auth with refresh token #236

Closed ArthurZaharov closed 1 year ago

ArthurZaharov commented 1 year ago

Summary

It should not be allowed to fetch data using refresh token. Refresh token required just for update access token.

How it works

Screenshots/screencasts of the pull request introduced functionality.

Test plan

List of steps to manually test introduced functionality:

Review notes

While reviewing pull-request (especially when it's your pull-request), please make sure that:

Deploy notes

Notes regarding deployment the contained body of work. These should note any db migrations, ENV variables, services, scripts, etc.

References