Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 326 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 326 Bytes

Redirect

Simple application that do an http redirect an URL to the came_from value of the query string.

This is used to have a common redirect url with OAuth2 authentication (e.g. with GitHub).

Contributing

Install the pre-commit hooks:

pip install pre-commit
pre-commit install --allow-missing-config