I'm new to Sypne, would like to build a webservice, but not open to all, only to specified users. Any support documentation, example or any other packages needed? I'm using Django as the web framework. Thanks!
I'm new to Sypne, would like to build a webservice, but not open to all, only to specified users. Any support documentation, example or any other packages needed? I'm using Django as the web framework. Thanks!
For information, here is the link to the spyne documentation. http://spyne.io/docs/2.10/
You can handle authentication with the decorators as written in the documentation. http://spyne.io/docs/2.10/manual/04_usermanager.html#decorators-and-rpc.
Don't forget to test your system authentication.