MCPcopy Create free account
hub / github.com/mpdavis/python-jose / test_unicode_token

Method test_unicode_token

tests/test_jws.py:24–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22
23class TestJWS:
24 def test_unicode_token(self):
25 token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhIjoiYiJ9.jiMyrsmD8AoHWeQgmxZ5yq8z0lXS67_QGs52AzC8Ru8"
26 jws.verify(token, "secret", ["HS256"])
27
28 def test_multiple_keys(self):
29 old_jwk_verify = jwk.HMACKey.verify

Callers

nothing calls this directly

Calls 1

verifyMethod · 0.45

Tested by

no test coverage detected