Flask-User icon indicating copy to clipboard operation
Flask-User copied to clipboard

Solves the problem of Flask-User missing actual runtime information

Open jcborras opened this issue 10 years ago • 1 comments

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

jcborras avatar Feb 03 '15 12:02 jcborras

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?

and-semakin avatar Nov 08 '19 07:11 and-semakin