First page Back Continue Last page Image
What a TioSafe plugin must do
- Provides access to data from application based on simple http request :
- Get data
- Put data
- Update data
- Delete data
- Supports authentification if not provided by the application
- Act as an oauth client regarding the TioSafe server
Notes:
Here is the list of what a TioSafe plugin must implements. Along the access to data, the plugin must make sure it can not be accessed anonymously, this should use the application framework if possible. Another requirement is that the plugin authenticates himself to the TioSafe server using the oauth protocol.
See documentation about Oauth :
Oauth Website
Oauth Guide
Oauth example code