Commit graph

  • 0882c5c63b Make the sub a string Sjoerd Langkemper 2015-07-15 12:17:21 +0200
  • 00f30dabbf Convert times to int Sjoerd Langkemper 2015-07-15 12:06:02 +0200
  • 80f89889bb Add example key file for tests. juanifioren 2015-07-14 15:01:32 -0300
  • 1736d7b7ae Add IOError custom message when rsa key file is missing. juanifioren 2015-07-14 15:01:01 -0300
  • 211f942eec Fix imports in tests. juanifioren 2015-07-14 14:52:48 -0300
  • 051c29a262 Refactoring tests. juanifioren 2015-07-14 13:27:46 -0300
  • 3f7b184306 Edit travis with correct settings path. juanifioren 2015-07-14 13:27:20 -0300
  • fa7d64c04b Add OIDC_RSA_KEY_FOLDER to settings. juanifioren 2015-07-14 13:01:29 -0300
  • d0d64ace36 Change version to 0.1.0 in setup. juanifioren 2015-07-14 12:49:48 -0300
  • f52db34d00 Reorder imports. juanifioren 2015-07-14 12:44:25 -0300
  • a971c6b8f9 Fix travis.yml. Juan Ignacio Fiorentino 2015-07-13 21:37:43 -0300
  • 5371fbfba9 Merge branch 'master' of https://github.com/juanifioren/django-oidc-provider into v0.1.0-dev juanifioren 2015-07-13 17:47:19 -0300
  • 82c0e7874e Add jwks endpoint to discovery. juanifioren 2015-07-13 17:38:38 -0300
  • fe153f51a6 Correct encode_id_token function. juanifioren 2015-07-13 17:38:03 -0300
  • 3498940142 Encode id_toke with using RSA now. juanifioren 2015-07-13 17:37:13 -0300
  • f7e8fa460c Create get_rsa_key function to obtain the key from filesystem. juanifioren 2015-07-13 17:36:15 -0300
  • 5ba5b1581d Add Jwks url to urls.py. juanifioren 2015-07-13 17:35:18 -0300
  • a22fc7c1a1 Add Jwks view to views.py. juanifioren 2015-07-13 17:34:43 -0300
  • 485bc3fbf5 Add cryptography to setup requirements. juanifioren 2015-07-13 17:33:49 -0300
  • 8e7163a677 Add pyjwkest to setup requirements. juanifioren 2015-07-13 17:23:38 -0300
  • 7e52112a31 Add missing __init__ file. juanifioren 2015-07-13 17:18:13 -0300
  • b28f3c7418 Add .pem to gitignore file in the example project. juanifioren 2015-07-13 17:10:18 -0300
  • 2fc83f6aa6 Add missing __init__ file. juanifioren 2015-07-13 16:25:11 -0300
  • 0ab5544d85 Add pycrypto to requirements. juanifioren 2015-07-13 16:10:31 -0300
  • 9eb5f67a95 Add a command for creating rsa key. juanifioren 2015-07-13 15:49:08 -0300
  • 1faeb6d5ab Merge pull request #31 from ByteInternet/nonce-in-id-token Juan Ignacio Fiorentino 2015-07-10 10:29:55 -0300
  • 64efca34d2 Merge pull request #30 from ByteInternet/allow-redirect-uri-params Juan Ignacio Fiorentino 2015-07-10 10:25:23 -0300
  • a4fcf956c2 Add nonce in id_token when included in auth request Maarten van Schaik 2015-07-10 14:44:26 +0200
  • 7632054aad Add support for redirect_uris with query params Maarten van Schaik 2015-07-10 12:22:25 +0200
  • 6ce523edaa Bump version 0.0.7. juanifioren 2015-07-06 18:29:29 -0300
  • 234ee63847 Update example project requirements. juanifioren 2015-07-06 18:20:08 -0300
  • 4e6780ae22 Update PyJWT to version 1.3.0. juanifioren 2015-07-06 18:07:06 -0300
  • c5f22fc1aa Update README. Juan Ignacio Fiorentino 2015-07-06 13:58:50 -0300
  • a1d9fea4e3 Update README. Juan Ignacio Fiorentino 2015-07-06 13:04:07 -0300
  • 8dc8c31396 Update setup. Juan Ignacio Fiorentino 2015-07-06 13:03:51 -0300
  • 01a95bfb6b Update README. Juan Ignacio Fiorentino 2015-07-06 12:59:36 -0300
  • 44a9742f24 Edit README. juanifioren 2015-07-02 14:54:43 -0300
  • 4c11ccbacb Edit DOC. juanifioren 2015-07-02 12:16:43 -0300
  • e1b8e3c9ad Add python 3.4 in travis file. juanifioren 2015-07-02 11:46:48 -0300
  • 5cb0195539 Edit example project README. juanifioren 2015-07-01 18:18:57 -0300
  • 3ce375a4f4 Edit DOC and README. juanifioren 2015-07-01 17:53:28 -0300
  • 41a62463eb Edit CHANGELOG. juanifioren 2015-07-01 17:33:46 -0300
  • 27110b65e4 Use decode with utf-8 encoding. juanifioren 2015-07-01 17:20:16 -0300
  • 447d026a41 Add urllib and change iteritems() with items(). juanifioren 2015-07-01 16:43:35 -0300
  • e2a0f8ec60 Add urllib compatibility. juanifioren 2015-07-01 12:53:41 -0300
  • 2dc0f845b4 Merge branch 'master' of https://github.com/juanifioren/django-oidc-provider juanifioren 2015-07-01 12:37:00 -0300
  • 65c4cbe10b Update example project requirements. juanifioren 2015-07-01 12:26:27 -0300
  • 74212d6961 Clean test. juanifioren 2015-07-01 12:26:00 -0300
  • a5598108b2 Update README. Juan Ignacio Fiorentino 2015-06-30 17:03:53 -0300
  • 5dbc0979e0 Fix DOC. Juan Ignacio Fiorentino 2015-06-28 13:53:51 -0300
  • 25e7838231 Fix DOC. juanifioren 2015-06-24 12:41:32 -0300
  • 197818566d Rename setting. juanifioren 2015-06-24 12:40:00 -0300
  • 4021441c76 Add test for user consent skip feature. juanifioren 2015-06-23 16:32:12 -0300
  • 44bbe78723 Clean templates in tests. juanifioren 2015-06-23 15:05:47 -0300
  • 503324ae66 Add user consent logic to authorize endpoint. juanifioren 2015-06-22 18:42:42 -0300
  • 544861abec Add UserConsent to models. juanifioren 2015-06-22 18:42:04 -0300
  • 9211b4200a Add settings for user consent. juanifioren 2015-06-22 18:41:42 -0300
  • c0aa4aba54 Edit DOC. juanifioren 2015-06-22 18:41:22 -0300
  • 2a9c2ccbc6 Edit CHANGELOG. juanifioren 2015-06-22 18:41:07 -0300
  • fea181bf41 Add migrations for user consent. juanifioren 2015-06-22 18:40:38 -0300
  • 68b4847219 Refactoring error logging. juanifioren 2015-06-19 17:46:00 -0300
  • 56ca4930b8 Update Docs. Juan Ignacio Fiorentino 2015-06-19 15:51:59 -0300
  • b659dd95d3 Fix in settings when importing from string. juanifioren 2015-06-19 15:37:42 -0300
  • 7715be7d9e Update DOC. juanifioren 2015-06-19 15:21:35 -0300
  • bcb144dcdb Now OIDC_EXTRA_SCOPE_CLAIMS must be a string (lazy imported). juanifioren 2015-06-19 15:19:46 -0300
  • 0a0db22997 Bump version 0.0.6. juanifioren 2015-06-16 16:10:39 -0300
  • 8f47f906de Fix when returning address_formatted. juanifioren 2015-06-16 14:35:07 -0300
  • a77e1c4450 Remove unused file. juanifioren 2015-06-15 17:41:40 -0300
  • 48fcb1da93 Move validate_params function to views (on POST authorize). juanifioren 2015-06-15 17:34:36 -0300
  • 06392c7600 Clean logging on test settings. juanifioren 2015-06-15 17:23:47 -0300
  • 124c7366fa Move allow logic to authorize view. juanifioren 2015-06-15 16:04:44 -0300
  • db001cae1e Update README. Juan Ignacio Fiorentino 2015-06-15 11:40:56 -0300
  • d76026f622 Update README. Juan Ignacio Fiorentino 2015-06-09 16:53:29 -0300
  • 591b79f5c1 Update README. Juan Ignacio Fiorentino 2015-06-08 21:24:41 -0300
  • 825aa48764 Update README. Juan Ignacio Fiorentino 2015-06-08 21:22:19 -0300
  • 3b318d3c05 Remove old folder. Ignacio 2015-06-08 20:41:05 -0300
  • 4dcd69f8d7 Merge pull request #25 from django-py/master Nicolas Mendoza 2015-06-08 16:44:44 -0300
  • 521708f718 adding logger for tests niccolasmendoza@gmail.com 2015-06-08 16:36:49 -0300
  • 521ff2d7dc updating readme.. niccolasmendoza@gmail.com 2015-06-08 14:57:23 -0300
  • de54a7d6d5 no compatibility with python 3.2 niccolasmendoza@gmail.com 2015-06-08 14:53:17 -0300
  • 59339ba59d updating travis config.. niccolasmendoza@gmail.com 2015-06-08 14:50:17 -0300
  • a71fc88a61 updating travis config.. niccolasmendoza@gmail.com 2015-06-08 14:46:22 -0300
  • 30d8ce79d5 .. niccolasmendoza@gmail.com 2015-06-08 14:37:31 -0300
  • c4771b347d adding coverage config niccolasmendoza@gmail.com 2015-06-08 14:34:37 -0300
  • fdc7830e69 integratin CI with travis niccolasmendoza@gmail.com 2015-06-08 14:26:00 -0300
  • 27137e322a adding pyjwt to tests_require niccolasmendoza@gmail.com 2015-06-08 14:12:05 -0300
  • c385609b35 adding test settings, templates.. niccolasmendoza@gmail.com 2015-06-08 13:01:09 -0300
  • cfbfbfc74a removing unnecesary imports niccolasmendoza@gmail.com 2015-06-08 12:32:55 -0300
  • c48832b8cd updating library... niccolasmendoza@gmail.com 2015-06-08 11:55:54 -0300
  • 09d4fe457a Update CHANGELOG. Juan Ignacio Fiorentino 2015-06-01 19:20:17 -0300
  • e46ee11f7f Merge pull request #24 from monkeypants/add_repr_to_models Juan Ignacio Fiorentino 2015-05-30 13:10:52 -0300
  • c4cb92aa52 ignore src/ (which pip creates when installing from a local repo) Chris Gough 2015-05-30 21:56:40 +1000
  • e9ed60d16c add __str__ and __unicode__ methods to models so they look better in the admin pages Chris Gough 2015-05-30 21:54:04 +1000
  • cbcafd5e52 add instruction for installing from a local repository Chris Gough 2015-05-30 21:36:22 +1000
  • 800bb55f43 Fix string indentation. juanifioren 2015-05-14 12:44:08 -0300
  • 6a696453fc Clean error messages. juanifioren 2015-05-13 18:36:04 -0300
  • 43997632dd Update example project requirements. juanifioren 2015-05-08 17:20:04 -0300
  • 26080fe2dd Bump version 0.0.5. juanifioren 2015-05-08 15:53:59 -0300
  • 23c91dc552 Update example project README. Juan Ignacio Fiorentino 2015-05-07 20:40:36 -0300
  • a26a672163 Update CHANGELOG. Juan Ignacio Fiorentino 2015-05-07 17:16:24 -0300