Java Tutorial/Trail: Java and Javascript: Difference between revisions

Content deleted Content added
Fasten (discuss | contribs)
Fasten (discuss | contribs)
Line 44:
=== Example: Mozilla Persona for Applets ===
 
This example applet communicates with Javascript to permit a login to the [[w:Mozilla Persona|Mozilla Persona]] authentication system offered by [[w:Mozilla|Mozilla]]. Discerning readers will notice that the assertion returned by the authentication system could require some sort of verification, which should, for security reasons, not be implemented in the applet. One method of verification is the [https://developer.mozilla.org/en-US/docs/Persona/Remote_Verification_API Remote Verification API].
 
==== MozillaPersonaUtil ====