cybertooth-io / ermahgerd-rails-api-jwt

Rails 5+ API, JWT_Session, Pundit, JSONAPI, Sidekiq, PostgreSQL.
0 stars 0 forks source link

Test Whether Invalidation Of Access Token Will End Session #10

Closed nadnoslen closed 5 years ago

nadnoslen commented 5 years ago

Is this even possible with JWTSessions? What do we need? I think we will need to save the UID (access token identifier) in the Sessions table.

Originally posted by @nadnoslen in https://github.com/cybertooth-io/cppdist-com-rails/pull/3

nadnoslen commented 5 years ago

See PR #12