Flask-User
Flask-User copied to clipboard
Solves the problem of Flask-User missing actual runtime information
when working behind a reverse proxy (i.e. nginx serving static content or handling HTTPS traffic).
- by adding a USER_APP_ROOT_URL customization value
- by generating USER_APP_ROOT_URL + url_for(, _external=True) in links when the customization value is available
- by adding USER_APP_ROOT_URL + url_for(, _external=True) in emails when the customization value is available
Hi @jcborras! Thank you for your contribution! I'm sorry you had to wait for an answer for so long. Could you please rebase your branch over actual master?