Development:External services security: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 1: Line 1:
{{Moodle_2.0}}
Descriptions of security framework for web services, also used for RSS feeds, embedded application and similar parts that can not use normal HTTP cookies.
Descriptions of security framework for web services, also used for RSS feeds, embedded application and similar parts that can not use normal HTTP cookies.


==See also==
=Current solutions=
* user keys for gradebook import and export - see require_user_key_login() and db table ''user_private_key''
* open RSS feeds - no security at all
* chat tokens
* calendar hash from user name, password and salt
 
 
 
 
=See also=
* [[Development:Web services]]
* [[Development:Web services]]


[[Category:Web Services]]
[[Category:Web Services]]

Revision as of 19:55, 7 April 2009

Template:Moodle 2.0 Descriptions of security framework for web services, also used for RSS feeds, embedded application and similar parts that can not use normal HTTP cookies.

Current solutions

  • user keys for gradebook import and export - see require_user_key_login() and db table user_private_key
  • open RSS feeds - no security at all
  • chat tokens
  • calendar hash from user name, password and salt



See also