• Jérome Perrin's avatar
    ERP5Security: make ERP5AccessTokenExtractionPlugin work with user ids · 7dfa33fb
    Jérome Perrin authored
    Make this plugin also an IAuthenticationPlugin which does all the job of
    returning the user id.
    It does not really make sense to delegate this to default authenticator.
    A side effect is that token can still authenticate users with no
    assignments, since tokens are scriptable, if this is a requirement, it
    can be implemented in scripts.
    
    Because this was broken, we took the liberty to introduce a breaking
    change to fix naming, now type based scripts are getUserId.
    7dfa33fb
ERP5AccessTokenExtractionPlugin.py 5.1 KB