From 92cd38cbb049a4bf7c9469233b8757df3a522603 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 3 Nov 2017 11:28:26 +1100 Subject: [PATCH] Make relative redirect URIs redirect to the right place, by urljoining them with the client ID --- lemonauth/templates/lemonauth/indie.html | 4 ++-- lemonauth/views/indie.py | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lemonauth/templates/lemonauth/indie.html b/lemonauth/templates/lemonauth/indie.html index 90d18af..d13a48c 100644 --- a/lemonauth/templates/lemonauth/indie.html +++ b/lemonauth/templates/lemonauth/indie.html @@ -34,7 +34,7 @@ {% endfor %} {% endif %} -

you will be redirected to {{ params.redirect_uri }} after authorising this app

+

you will be redirected to {{ redirect_uri }} after authorising this app