Hi I was able to get this module to work correctly on windows Python 3.9.9
when I move it to docker python:3.9.16 it looses session information between log_in() and complete_log_in(). I've tried many different versions of Flask-Session and CORS but nothing seems to make a difference.
I'm getting this error.
The web page with complete_log_in() MUST be visited after the web page with log_in()
Hi I was able to get this module to work correctly on windows Python 3.9.9
when I move it to docker python:3.9.16 it looses session information between log_in() and complete_log_in(). I've tried many different versions of Flask-Session and CORS but nothing seems to make a difference.
I'm getting this error.
The web page with complete_log_in() MUST be visited after the web page with log_in()