Reputation: 721
To secure my application and for authentication I'm using Silhouette, I don't know how to manage my csrf filter did silhouette manage csrf tokens automatically or not? if yes why all my $http request (for uploading a file) from angulars are blocked if no what should I do to enable my http request
Upvotes: 0
Views: 124
Reputation: 8881
If you haven't already, check out the example:
https://github.com/mohiva/play-silhouette-angular-seed
Note:
Upvotes: 1