Get currently logged User?

Where’s the currently logged user object located in Indico?

I need to get the currently logged user’s Id to pass it to a creator_id field inside my Plugin Model.

Thanks!

session.user

(from flask import session)

1 Like