7b48c99fcb
In Refstack's database store only fullname, email and openid. After sign in refstack backend create session and write it id in cookie. When UI is opened in browser, Angular try to get info from /v1/profile. If data about user received then user is authenticated. Change-Id: Ib2cabc0c6b4de4b2ca1f02cc9e062a6e3550daa0
15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
SQLAlchemy>=0.8.3
|
|
alembic==0.5.0
|
|
beaker==1.6.5.post1
|
|
#gunicorn 19.1.1 has a bug with threading module
|
|
gunicorn==18
|
|
oslo.config>=1.6.0 # Apache-2.0
|
|
oslo.db>=1.4.1 # Apache-2.0
|
|
oslo.log
|
|
pecan>=0.8.2
|
|
pyOpenSSL==0.13
|
|
pycrypto>=2.6
|
|
requests>=2.2.0,!=2.4.0
|
|
requests-cache>=0.4.9
|
|
jsonschema>=2.0.0,<3.0.0
|
|
PyMySQL>=0.6.2,!=0.6.4 |