Skip to content

Commit

Permalink
Remove mention of missing MyRefreshTokenIntrospectionEndpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
twalcari authored Apr 10, 2024
1 parent c2429c6 commit 9fb9559
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion authlib/oauth2/rfc9068/introspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def get_username(self, user_id):
issuer="https://authorization-server.example.org",
)
)
authorization_server.register_endpoint(MyJWTAccessTokenIntrospectionEndpoint)
'''

Expand Down

0 comments on commit 9fb9559

Please sign in to comment.