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
Indeed, CSRF is not needed for REST APIs because they dont use Cookies. If you want to add CSRF, you can use the Gorilla CSRF package as a native middleware.
Is there already an authentication system backed in? I couldn't find anything.
The text was updated successfully, but these errors were encountered: