GEANT / simplesamlphp-module-selfregister

SimpleSAMLphp Selfregister Module
MIT License
10 stars 14 forks source link

Switch from SimpleSAML_Session::isAuthenticated() to SimpleSAML_Auth_Simple::isAuthenticated() #4

Closed jaimeperez closed 8 years ago

jaimeperez commented 9 years ago

The method SimpleSAML_Session::isAuthenticated() has been long deprecated and should be replaced by a call to the same method in SimpleSAML_Auth_Simple.