We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418c24f commit e731f78Copy full SHA for e731f78
website/oauth2.py
@@ -10,7 +10,6 @@
10
)
11
from authlib.oauth2.rfc6749 import grants
12
from authlib.oauth2.rfc7636 import CodeChallenge
13
-from werkzeug.security import gen_salt
14
from .models import db, User
15
from .models import OAuth2Client, OAuth2AuthorizationCode, OAuth2Token
16
0 commit comments