You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The doc example has syntax errors and doesn't work with either the Grape gem or master branch. The example needs to mixin a session middleware for Warden to use, and it should look more like this:
After running into invalid documentation myself, I came to understand that the code would be like this, since the argument to the block is a Warden::Config:
The doc example has syntax errors and doesn't work with either the Grape gem or master branch. The example needs to mixin a session middleware for Warden to use, and it should look more like this:
The text was updated successfully, but these errors were encountered: