Skip to content
Snippets Groups Projects

Revert Adding the Headers. (Keycloak will fail)

Merged Reinder Kraaij requested to merge TMSS-2904-Authentication-State into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -68,8 +68,6 @@ def revoke_token_deauth(request, *args, **kwargs):
return HttpResponse(status=204)
@api_view(['GET'])
@authentication_classes([])
@permission_classes([AllowAny])
def authentication_state(request):
if not request.user.is_authenticated:
username = request.query_params.get('username', None)
Loading