juanifioren
|
7715be7d9e
|
Update DOC.
|
2015-06-19 15:21:35 -03:00 |
|
juanifioren
|
bcb144dcdb
|
Now OIDC_EXTRA_SCOPE_CLAIMS must be a string (lazy imported).
|
2015-06-19 15:19:46 -03:00 |
|
juanifioren
|
0a0db22997
|
Bump version 0.0.6.
|
2015-06-16 16:10:39 -03:00 |
|
juanifioren
|
8f47f906de
|
Fix when returning address_formatted.
|
2015-06-16 14:35:07 -03:00 |
|
juanifioren
|
a77e1c4450
|
Remove unused file.
|
2015-06-15 17:41:40 -03:00 |
|
juanifioren
|
48fcb1da93
|
Move validate_params function to views (on POST authorize).
|
2015-06-15 17:34:36 -03:00 |
|
juanifioren
|
06392c7600
|
Clean logging on test settings.
|
2015-06-15 17:23:47 -03:00 |
|
juanifioren
|
124c7366fa
|
Move allow logic to authorize view.
|
2015-06-15 16:04:44 -03:00 |
|
Juan Ignacio Fiorentino
|
db001cae1e
|
Update README.
|
2015-06-15 11:40:56 -03:00 |
|
Juan Ignacio Fiorentino
|
d76026f622
|
Update README.
|
2015-06-09 16:53:29 -03:00 |
|
Juan Ignacio Fiorentino
|
591b79f5c1
|
Update README.
|
2015-06-08 21:24:41 -03:00 |
|
Juan Ignacio Fiorentino
|
825aa48764
|
Update README.
|
2015-06-08 21:22:19 -03:00 |
|
Ignacio
|
3b318d3c05
|
Remove old folder.
|
2015-06-08 20:41:05 -03:00 |
|
Nicolas Mendoza
|
4dcd69f8d7
|
Merge pull request #25 from django-py/master
Adding test settings, coverage file, templates, CI integration and loggers
|
2015-06-08 16:44:44 -03:00 |
|
niccolasmendoza@gmail.com
|
521708f718
|
adding logger for tests
|
2015-06-08 16:36:49 -03:00 |
|
niccolasmendoza@gmail.com
|
521ff2d7dc
|
updating readme..
|
2015-06-08 14:57:23 -03:00 |
|
niccolasmendoza@gmail.com
|
de54a7d6d5
|
no compatibility with python 3.2
|
2015-06-08 14:53:17 -03:00 |
|
niccolasmendoza@gmail.com
|
59339ba59d
|
updating travis config..
|
2015-06-08 14:50:17 -03:00 |
|
niccolasmendoza@gmail.com
|
a71fc88a61
|
updating travis config..
|
2015-06-08 14:46:22 -03:00 |
|
niccolasmendoza@gmail.com
|
30d8ce79d5
|
..
|
2015-06-08 14:37:31 -03:00 |
|
niccolasmendoza@gmail.com
|
c4771b347d
|
adding coverage config
|
2015-06-08 14:34:37 -03:00 |
|
niccolasmendoza@gmail.com
|
fdc7830e69
|
integratin CI with travis
|
2015-06-08 14:26:00 -03:00 |
|
niccolasmendoza@gmail.com
|
27137e322a
|
adding pyjwt to tests_require
|
2015-06-08 14:12:05 -03:00 |
|
niccolasmendoza@gmail.com
|
c385609b35
|
adding test settings, templates..
|
2015-06-08 13:01:09 -03:00 |
|
niccolasmendoza@gmail.com
|
cfbfbfc74a
|
removing unnecesary imports
|
2015-06-08 12:32:55 -03:00 |
|
niccolasmendoza@gmail.com
|
c48832b8cd
|
updating library...
|
2015-06-08 11:55:54 -03:00 |
|
Juan Ignacio Fiorentino
|
09d4fe457a
|
Update CHANGELOG.
|
2015-06-01 19:20:17 -03:00 |
|
Juan Ignacio Fiorentino
|
e46ee11f7f
|
Merge pull request #24 from monkeypants/add_repr_to_models
Add __str__ and __unicode__ to models.
|
2015-05-30 13:10:52 -03:00 |
|
Chris Gough
|
c4cb92aa52
|
ignore src/ (which pip creates when installing from a local repo)
|
2015-05-30 21:56:40 +10:00 |
|
Chris Gough
|
e9ed60d16c
|
add __str__ and __unicode__ methods to models so they look better in the admin pages
|
2015-05-30 21:54:04 +10:00 |
|
Chris Gough
|
cbcafd5e52
|
add instruction for installing from a local repository
|
2015-05-30 21:36:22 +10:00 |
|
juanifioren
|
800bb55f43
|
Fix string indentation.
|
2015-05-14 12:44:08 -03:00 |
|
juanifioren
|
6a696453fc
|
Clean error messages.
|
2015-05-13 18:36:04 -03:00 |
|
juanifioren
|
43997632dd
|
Update example project requirements.
|
2015-05-08 17:20:04 -03:00 |
|
juanifioren
|
26080fe2dd
|
Bump version 0.0.5.
|
2015-05-08 15:53:59 -03:00 |
|
Juan Ignacio Fiorentino
|
23c91dc552
|
Update example project README.
|
2015-05-07 20:40:36 -03:00 |
|
Juan Ignacio Fiorentino
|
a26a672163
|
Update CHANGELOG.
|
2015-05-07 17:16:24 -03:00 |
|
juanifioren
|
7a82c352fd
|
Add scope validation in userinfo endpoint.
|
2015-05-07 16:12:45 -03:00 |
|
juanifioren
|
e92308e421
|
Add tests for scope validation in userinfo endpoint.
|
2015-05-07 16:08:12 -03:00 |
|
juanifioren
|
03634f90e9
|
Add tests for userinfo endpoint.
|
2015-05-07 15:47:49 -03:00 |
|
juanifioren
|
06fb967bf8
|
Add import for reverse function in tests.
|
2015-05-07 15:47:00 -03:00 |
|
juanifioren
|
79c36f3c1b
|
Update example_project folder.
|
2015-04-30 17:03:39 -03:00 |
|
Juan Ignacio Fiorentino
|
09b3d8d6d6
|
Update example project README.
|
2015-04-30 12:45:04 -03:00 |
|
Juan Ignacio Fiorentino
|
2529fef5ba
|
Fix test_authorize_endpoint messages.
|
2015-04-30 12:42:00 -03:00 |
|
juanifioren
|
4302958671
|
Merge branch 'master' of https://github.com/juanifioren/django-oidc-provider
|
2015-04-29 18:56:10 -03:00 |
|
juanifioren
|
4b3039ceae
|
Refactoring for create_id_token function.
|
2015-04-29 18:55:48 -03:00 |
|
Juan Ignacio Fiorentino
|
27371b271d
|
Update example project README.
|
2015-04-29 14:04:57 -03:00 |
|
Juan Ignacio Fiorentino
|
b849e0fbff
|
Update Docs.
|
2015-04-29 14:02:47 -03:00 |
|
juanifioren
|
d5749739d6
|
Update example project.
|
2015-04-28 14:55:35 -03:00 |
|
Juan Ignacio Fiorentino
|
af70f4cc99
|
Update Docs
|
2015-04-22 16:18:58 -03:00 |
|