Can I use Pusher Channel Authentication with Web Framework CSRF Protection?
Problem
Solution
JavaScript
var pusher = new Pusher('app_key', {
auth: {
params: {
CSRFToken: 'some_csrf_token'
}
}
});iOS/Objective-C
Android/Java
PreviousHow Can I Transition A Live App To A Different Cluster?NextI’m Having Problems With The Reliability Of My Clients Connections To Pusher, What Can I Do?
Last updated