Skip to content

camptocamp/redirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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