Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.29 KB

issue_template.md

File metadata and controls

29 lines (21 loc) · 1.29 KB

Please, for a bug report fill in the following template. Before that, make sure to read the whole README and check if your issue is not related with CORS.

Feature requests and questions about devise-jwt are also accepted. It isn't the place for generic questions about using devise with an API. For that, read our wiki page or ask somewhere else like stackoverflow

Expected behavior

Actual behavior

Steps to Reproduce the Problem

Debugging information

Provide following information. Please, format pasted output as code. Feel free to remove the secret key value.

  • Version of devise-jwt in use
  • Version of rails in use
  • Version of warden-jwt_auth in use
  • Output of Devise::JWT.config
  • Output of Warden::JWTAuth.config
  • Output of Devise.mappings
  • If your issue is related with not getting a JWT from the server:
    • Involved request path, method and request headers
    • Response headers for that request
  • If your issue is related with not being able to revoke a JWT:
    • Involved request path, method and request headers