mcordell / grape_token_auth

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

update documentation (configure_warden) #35

Closed stephanvane closed 8 years ago

stephanvane commented 8 years ago

The documentation instructs to call GrapeTokenAuth.configure_warden(manager) in application.rb.

This throws an undefined method 'configure_warden' for GrapeTokenAuth:Module (NoMethodError) error. This happens because the configure_warden method is removed in ae43b728c. Could you update the documentation for this?

edit: I added a pull-request, there was an other small typo as well. Documentation seems to be working now. Great project, thanks!

mcordell commented 8 years ago

closed in #36