Hi Karel, There is definitely a lack of documentation here. Hopefully Adam Rosien, the person who kindly contributed this feature, will be available to help soon.
There is a wiki page ready to be completed: http://wiki.restlet.org/docs_1.1/g1/13-restlet/49-restlet/80-restlet.html I haven't played with this seriously yet so I can't directly help. If I was in your position, I would get into the OAuth tutorial and spec and try to figure out the exact role of each resource (it is a multi-step authentication protocol involving several resources and redirections). Some links to start with: "OAuth Core 1.0" http://oauth.net/core/1.0/ "Getting Started - Part I" http://oauth.net/documentation/getting-started "Beginners Guide to OAuth Part II : Protocol Workflow" http://www.hueniverse.com/hueniverse/2007/10/beginners-gui-1.html If anyone interested could help document this feature that would be very appreciated. There is no unit test yet, probably because it would require a bit of work to setup all the environment automatically. But this would be very useful. If someone wants to jump and contribute this would be very welcome. Best regards, Jérôme Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -----Message d'origine----- De : Karel Vervaeke [mailto:[EMAIL PROTECTED] Envoyé : mercredi 17 septembre 2008 18:24 À : [email protected] Objet : OAuthGuard Hi, is there a documentation (or an example or a testcase) that shows how the oauth module can be used? (Especially the OAuthGuard and the related Resource classes seem a little too complex to be used 'out of the box') Regards, Karel

