You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a utility method for testing & mocking OAuth headers e.g:
# Example of a typical pytest with Flask (including the new test util prototype method):
headers = jwt_routes.google.create_test_headers(email="[email protected]")
rv = client.get(f"/blogs", headers=headers)
The text was updated successfully, but these errors were encountered:
Provide a utility method for testing & mocking OAuth headers e.g:
The text was updated successfully, but these errors were encountered: