Commit graph

386 commits

Author SHA1 Message Date
Maarten van Schaik 8d672cc1ba Add support for refresh_token to token endpoint 2015-09-30 14:55:48 +02:00
Maarten van Schaik 03d2770f5e Store refresh token 2015-09-30 12:42:04 +02:00
juanifioren c76f73eb7e Bump version 0.2.0. 2015-09-25 17:24:58 -03:00
juanifioren 62f72b7ef5 Edit DOC. 2015-09-03 16:56:30 -03:00
Juan Ignacio Fiorentino 9f26dc456a Update example project README. 2015-08-28 18:46:40 -03:00
juanifioren 77f32e7ec5 Add example project statics. 2015-08-24 17:45:17 -03:00
juanifioren 137c99f8d5 Fix templates in example project. 2015-08-21 16:27:51 -03:00
juanifioren 508b64909c Edit example project site. 2015-08-21 13:05:34 -03:00
juanifioren a7cd27c95e Change styles in example project. 2015-08-18 18:04:59 -03:00
juanifioren 4808734d23 Merge branch 'v0.1.x' of https://github.com/juanifioren/django-oidc-provider into v0.2.x 2015-08-18 14:57:28 -03:00
Juan Ignacio Fiorentino eabb3a74f8 Update CHANGELOG. 2015-08-14 20:13:25 -03:00
juanifioren c4f920dad6 Merge branch 'v0.2.x' of https://github.com/juanifioren/django-oidc-provider into v0.2.x
Conflicts:
	README.rst
2015-08-12 15:23:56 -03:00
juanifioren 5311888520 Merge branch 'v0.1.x' of https://github.com/juanifioren/django-oidc-provider into v0.2.x
Conflicts:
	README.rst
2015-08-12 15:21:57 -03:00
Juan Ignacio Fiorentino 5bb6fda0cc Merge pull request #43 from rsung/v0.1.x
Fxed: ID token does not contain kid #42
2015-08-12 12:29:37 -03:00
Rob Sung 19313e8145 Fxed: ID token does not contain kid #42 2015-08-11 23:50:05 -04:00
Juan Ignacio Fiorentino f6e4a1e4c4 Update README. 2015-08-11 17:43:01 -03:00
juanifioren 3dc4dbd548 Add examples running to README. 2015-08-11 17:37:33 -03:00
juanifioren 597b5c8ebd Add OIDC_USERINFO setting to DOC. 2015-08-11 17:12:15 -03:00
juanifioren 18b492d1db Add tests for userinfo claims. 2015-08-11 15:59:57 -03:00
juanifioren 5020ccde80 Add custom user info model feature. 2015-08-11 15:58:52 -03:00
Juan Ignacio Fiorentino 3c6ab5c773 Update README. 2015-08-10 13:47:34 -03:00
juanifioren 165c316bbe Add new migrations. 2015-08-05 14:51:18 -03:00
juanifioren d6d7e60ef5 Remove UserInfo from admin.py. 2015-08-05 13:21:17 -03:00
juanifioren 6aa656e361 Remove UserInfo Model. 2015-08-05 13:19:53 -03:00
juanifioren 087c868639 Turn debug = True in example project. 2015-08-04 17:56:03 -03:00
juanifioren bf5edb6672 Edit .gitignore in example project. 2015-08-04 15:34:59 -03:00
juanifioren 1677df7627 Edit settings in example app. 2015-08-04 15:34:30 -03:00
juanifioren 0567bd9c78 Edit DOC. 2015-08-04 12:55:10 -03:00
juanifioren 984b1498bc Bump version v0.1.2. 2015-08-03 15:27:28 -03:00
juanifioren 721791444e Edit DOC. 2015-08-03 15:23:44 -03:00
juanifioren 8040dd7670 Remove unnecessary property in error class. 2015-08-03 15:09:12 -03:00
juanifioren fea7c49d0a Add coverage to tox.ini. 2015-08-03 15:08:29 -03:00
juanifioren a8c7fd1592 Add coverage file to gitignore. 2015-08-03 14:25:49 -03:00
Juan Ignacio Fiorentino 3c3d16b943 Update CHANGELOG. 2015-08-02 23:46:15 -03:00
Juan Ignacio Fiorentino 9ae3bca37d Add commands into build on setup. 2015-08-02 23:44:06 -03:00
juanifioren 8bee7f5503 Edit README. 2015-07-31 15:22:44 -03:00
juanifioren a680602013 Edit CHANGELOG. 2015-07-31 15:22:13 -03:00
juanifioren e178f8c1a9 Add token_endpoint_auth_methods_supported to discovery. 2015-07-31 14:59:33 -03:00
juanifioren 7658257d18 Refactoring in discovery. 2015-07-31 14:19:53 -03:00
Juan Ignacio Fiorentino 8fd4ba6e83 Update README. 2015-07-31 13:06:00 -03:00
juanifioren c276e23d28 Bump version 0.1.1. 2015-07-30 16:00:54 -03:00
juanifioren 3e22e44462 Merge branch 'master' of https://github.com/juanifioren/django-oidc-provider into v0.1.x 2015-07-30 15:52:53 -03:00
juanifioren fe10cf37b2 Merge branch 'master' of https://github.com/juanifioren/django-oidc-provider into v0.1.x 2015-07-30 15:52:08 -03:00
juanifioren 3e196ee5b1 Merge branch 'v0.1.x' of https://github.com/juanifioren/django-oidc-provider 2015-07-30 15:50:10 -03:00
juanifioren 83c21cec40 Add tests for HTTP Basic Client auth. 2015-07-30 15:49:48 -03:00
juanifioren 6c4dad8c5c Imports in alphabetical order. 2015-07-30 15:49:12 -03:00
juanifioren 870c605211 Add HTTP Basic client auth in token endpoint. 2015-07-30 15:47:50 -03:00
Juan Ignacio Fiorentino 16c8e5997d Improve DOC. 2015-07-30 12:17:49 -03:00
Juan Ignacio Fiorentino 1d3350a9b3 Fix DOC. 2015-07-30 12:11:57 -03:00
juanifioren 87b0deb357 Merge branch 'v0.1.x' of https://github.com/juanifioren/django-oidc-provider 2015-07-28 15:56:00 -03:00