Skip to content

Usability - ENV Default Values #1

@app-generator

Description

@app-generator

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!

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions