Error: While importing 'app', an ImportError was raised:
Traceback (most recent call last):
File "/PATH/venv/lib/python3.9/site-packages/flask/cli.py", line 218, in locate_app
__import__(module_name)
File "/PATH/app.py", line 7, in <module>
from supertokens_python.recipe import dashboard
ImportError: cannot import name 'dashboard' from 'supertokens_python.recipe' (/PATH/venv/lib/python3.9/site-packages/supertokens_python/recipe/__init__.py)
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).