inveniosoftware / invenio-oauthclient

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

docs: explain how to use invenio-oauthclient with an API only application #49

Closed nharraud closed 6 years ago

nharraud commented 8 years ago

This module is currently used in B2Share. As B2Share does not use the Flask UI provided by Invenio, it loads invenio-oauthclient in its api.

The steps explaining how to use invenio-oauthclient in an API application need to be documented.

lnielsen commented 7 years ago

@nharraud Could you please put some pointers to how you use OAuthClient in B2SHARE so we can document and close this task.