mcordell / grape_token_auth

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

Warden dependency causes issue with grape #17

Closed frobichaud closed 8 years ago

frobichaud commented 8 years ago

See: https://github.com/ruby-grape/grape/issues/1151

mcordell commented 8 years ago

My plan is to have a configuration option to allow the end-user to conditionally use Warden. I.e. make warden completely optional, I just haven't created an issue for it.