mcordell / grape_token_auth

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

Modify warden to not store resource in session #32

Closed mcordell closed 8 years ago

mcordell commented 8 years ago

DTA does not modify the session stored resource, and we shouldn't either. API requests shouldn't be trying to persist in the session.