inveniosoftware / invenio-oauthclient

Invenio module that provides OAuth web authorization support.
https://invenio-oauthclient.readthedocs.io
MIT License
6 stars 74 forks source link

remember config is not used #133

Closed jmartinm closed 7 years ago

jmartinm commented 7 years ago

A remote app cannot set remember=True since the parameter is ignored (https://github.com/inveniosoftware/invenio-oauthclient/blob/90083a55fe52a0678afd86e5e8cb982dae3ffbb3/invenio_oauthclient/utils.py#L89)

The parameter should be passed to login_user instead.