Hello @barreraalexander
First, thank you for your work.
Regarding the product usability, the app should start without issues with zero effort if possible.
In order to achieve this, please use default values for all values expected in the environment:
GITHUB_CLIENT_ID = None # default
GITHUB_SECRET_KEY = None # default
SECRET_KEY = <random at start> # default
ALGORITHM = <STRONG_crypto> # default
ACCESS_TOKEN_EXPIRE_MINUTES= <2*60> # default 2hours
DEBUGGING=False # default
Another suggestion is related to GH OAuth.
if the GH credentials are not provided by the user, the Social Login Button is hidden.
Please take a look.
Thank you!
Hello @barreraalexander
First, thank you for your work.
Regarding the product usability, the app should start without issues with zero effort if possible.
In order to achieve this, please use default values for all values expected in the environment:
Another suggestion is related to GH OAuth.
if the GH credentials are not provided by the user, the Social Login Button is hidden.
Please take a look.
Thank you!