|
|
|
|
269
|
#@note Call a dedicated hook in order to allow session implementation as
|
269
|
#@note Call a dedicated hook in order to allow session implementation as
|
270
|
#plugin
|
270
|
#plugin
|
271
|
#@thrown AuthenticationFailure
|
271
|
#@thrown AuthenticationFailure
|
272
|
- def auth_session(self, token)
|
|
|
|
|
272
|
+ def auth_session(self, token):
|
273
|
try:
|
273
|
try:
|
274
|
self.__user_infos = LodelHook.call_hook('lodel2_session_load',
|
274
|
self.__user_infos = LodelHook.call_hook('lodel2_session_load',
|
275
|
caller = self, payload = token)
|
275
|
caller = self, payload = token)
|