Closed kagel closed 8 years ago
A very simple solution:
Provides /login/as/ endpoint. Redirects to /user/, otherwise 404. Available only in "testing mode", otherwise 404. Turning on testing mode: TESTING=True in application.conf
TESTING=True
application.conf
A very simple solution:
Provides /login/as/ endpoint. Redirects to /user/, otherwise 404.
Available only in "testing mode", otherwise 404.
Turning on testing mode:
TESTING=True
inapplication.conf