-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Since this is an API, we don't want sessions or cookie support. Let's remove the middleware for these.
# No sessions. This removes the need for CSRF protection.
config.middleware.delete "ActionDispatch::Cookies"
config.middleware.delete "ActionDispatch::Session::CookieStore"
config.middleware.delete "ActionDispatch::Flash"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels