1
0
mirror of https://github.com/volatiletech/authboss.git synced 2025-09-16 09:06:20 +02:00

Correct typo

This commit is contained in:
Aaron L
2020-08-10 14:09:24 -07:00
parent 4d72929adb
commit c7811ebab5

View File

@@ -160,7 +160,7 @@ in a different way already, so it punts the responsibility.
### CSRF Protection
What this means is you should apply a middleware that can protect the application from crsf
What this means is you should apply a middleware that can protect the application from csrf
attacks or you may be vulnerable. Authboss previously handled this but it took on a dependency
that was unnecessary and it complicated the code. Because Authboss does not render views nor
consumes data directly from the user, it no longer does this.