securesocial
securesocial copied to clipboard
Support REST or SPA or Mobile request
Any plan to support these areas?
+1
There are a few things that seem to be missing to be able to provide Ajax access for SecureSocial.
-
A response to the HTTP OPTION method.
-
Either out of the box support for CORS headers or documentation on how to implement a filter. (I'd vote for the second because CORS support is only required when the Auth API is on a different domain to the front end.)
If anyone can identify any other requirements to get this working, please comment. My self and my co-worker will be working to implement this and submit a pull request.