How to test flask-okta integration? How to test flask-okta integration? flask flask

How to test flask-okta integration?


Require login always checks if the oidc_id_token is exists and not expired. We can manually set for the test environment.

oidc.set_id_token_cookie({‘exp’:unixtime})