-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
global: initial refactoring #15
Conversation
Authors | ||
======= | ||
|
||
Invenio module that implements OAuth 2 server. | ||
|
||
- Charlotte Cattaneo <[email protected]> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Authors should not be removed.
@lnielsen sure this is WIP as @SamiHiltunen was struggling with rebasing his work. |
@lnielsen Yes, this is very much work in progress. @jirikuncar please do not pull unfinished work from my fork and call it 'struggling with rebasing'. |
@SamiHiltunen I'm sorry, I had some updates to share and there was no prior PR with your work. |
# FIXME new oauthlib release after 0.7.2 has some compatible problems with | ||
# the used Flask-Oauthlib version. | ||
tests_require = [ | ||
'Flask-httpretty>=1.2.0', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SamiHiltunen 1.3.0 has been just released 🎆 (see https://pypi.python.org/pypi/Flask-httpretty)
8d54b33
to
4e6c0ee
Compare
c8068fe
to
ac97ed2
Compare
|
||
import six | ||
|
||
from invenio_db import db | ||
from sqlalchemy_utils.types import URLType | ||
from sqlalchemy_utils.types.encrypted import AesEngine, EncryptedType |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not something for now, but we should pay attention to this one kvesteri/sqlalchemy-utils#166
528527d
to
c86c9ae
Compare
e4f3939
to
d1a49f6
Compare
Co-authored-by: Sami Hiltunen <[email protected]> Signed-by: Jiri Kuncar <[email protected]>
tests/test_provider.py
cc @lnielsen