We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc5ef1 commit e658cb2Copy full SHA for e658cb2
oauth2_provider/models.py
@@ -131,7 +131,7 @@ class AbstractApplication(models.Model):
131
default="",
132
)
133
client_type = models.CharField(max_length=32, choices=CLIENT_TYPES)
134
- authorization_grant_type = models.CharField(max_length=32, choices=GRANT_TYPES)
+ authorization_grant_type = models.CharField(max_length=64, choices=GRANT_TYPES)
135
client_secret = ClientSecretField(
136
max_length=255,
137
blank=True,
0 commit comments