MasoniteFramework / api

Masonite API package currently in development
MIT License
8 stars 4 forks source link

Documentation do not talk about add token/refresh route to csrf exempt #9

Open rfschubert opened 5 years ago

rfschubert commented 5 years ago

The default API documentation explains how to configure the routes, but do not talk about add routes to csrf middleware.

New users may be lost when trying to configure it.

nicolaipre commented 4 years ago

Perhaps they could add a reference to https://docs.masoniteproject.com/security/csrf-protection#exempting-routes somewhere within the API docs.