django-oidc-provider/oidc_provider/migrations
Wojciech Bartosiak 8e26248022 Preparing v0.5.2 (#201)
* Fix infinite login loop if "prompt=login" (#198)
* Fix Django 2.0 deprecation warnings (#185)
2017-08-22 17:33:13 +02:00
..
0001_initial.py Preparing v0.5.2 (#201) 2017-08-22 17:33:13 +02:00
0002_userconsent.py Preparing v0.5.2 (#201) 2017-08-22 17:33:13 +02:00
0003_code_nonce.py Add nonce to Code model. Modify create_code function. 2015-07-15 16:23:36 -03:00
0004_remove_userinfo.py Add new migrations. 2015-08-05 14:51:18 -03:00
0005_token_refresh_token.py Store refresh token 2015-09-30 12:42:04 +02:00
0006_unique_user_client.py Make (user, client) unique on UserConsent 2015-11-10 11:29:05 +01:00
0007_auto_20160111_1844.py Auto-generate client_id and client_secret in the admin. 2016-01-11 16:04:04 -03:00
0008_rsakey.py Implementation of RSA Keys using Models. Also providing DOC. 2016-01-25 17:52:24 -03:00
0009_auto_20160202_1945.py Adding missing migrations. 2016-02-02 16:46:22 -03:00
0010_code_is_authentication.py Refactoring supporting OAuth2 flow. 2016-02-16 17:33:12 -03:00
0011_client_client_type.py Add client type to client creation form. 2016-04-04 17:19:49 -03:00
0012_auto_20160405_2041.py Improve handle of client_secret with client_types. 2016-04-05 18:31:08 -03:00
0013_auto_20160407_1912.py Remplace AES encryption with database. For saving PKCE parameters. 2016-04-07 16:18:47 -03:00
0014_client_jwt_alg.py Create migrations. Improve docs. 2016-04-25 17:33:52 -03:00
0015_change_client_code.py Add missing migration. 2016-06-10 10:57:31 -03:00
0016_userconsent_and_verbosenames.py Add date_given to UserConsent model. Add verbose names in models. 2016-06-13 12:15:10 -03:00
0017_auto_20160811_1954.py Add missing migration. 2016-08-11 16:56:02 -03:00
0018_hybridflow_and_clientattrs.py Create migration again. 2016-09-12 11:09:21 -03:00
0019_auto_20161005_1552.py added migrations for client secret 2016-10-05 17:58:39 +02:00
0020_client__post_logout_redirect_uris.py Re-generate migrations with Python 3. 2016-11-01 12:00:13 -03:00
0021_refresh_token_not_unique.py Fix refresh_token cannot be primary key if null. 2016-12-12 16:46:21 -03:00
0022_auto_20170331_1626.py Adds per-client consent customization 2017-04-11 13:16:06 -07:00
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00