okta / okta-jwt-verifier-python

okta-jwt-verifier-python
https://github.com/okta/okta-jwt-verifier-python
Apache License 2.0
32 stars 15 forks source link

Remove deprecation warning from IDTokenVerifier #32

Closed serhiibuniak-okta closed 2 years ago

serhiibuniak-okta commented 2 years ago

Related to issue #31 This PR adds missing change to #26 : IDTokenVerifier class should use new BaseJWTVerifier class instead of deprecated JWTVerifier class.