mcordell / grape_token_auth

Token auth for grape apps
MIT License
52 stars 19 forks source link

Warden and session handling #30

Closed mcordell closed 8 years ago

mcordell commented 8 years ago

Need to properly handle warden users. Likely the resources need to be changed to not store. This of course raises the question of warden necessity or allowing warden/devise integration to be optional.

DTA has recently disable devise integration by default. Which was actually causing bugs in grape_devise_token_auth. See https://github.com/lynndylanhurley/devise_token_auth/commit/ee7e3f6600a1139232da28858efa002661a11319

Logically, at minimum, devise integration support should be disabled by default, per DTA.

mcordell commented 8 years ago

Closed in #32