Konstantin Schubert

Results 21 comments of Konstantin Schubert

I am having the suspicion that in my views, the @login_required - wrapper activates the redirect of the default django login system instead of the django-shibboleth-remoteuser. I have the suspicion...

Target works for me as well, the issue is that something in my software stack writes the url incorrectly with "?next=" ``` mydomain/Shibboleth.sso/Login?next=redirectUrl ``` (See screenshot: ![screenshot from 2014-07-30 16...

The issue is solved if I replace ``` @login_required ``` with ``` @login_required(redirect_field_name='target') ``` The default value seems to be ``` django.contrib.auth.REDIRECT_FIELD_NAME='next' ``` it might be possible to change this...

I think there is a better way to solve this: Make use of the login-view when logging in. The user should be routet via /shib/login/ in the same way it...

+1 on using an operator like Mix2E. I like the use of Join() in both cases. I agree that it should be possible to auto-join the model (passing a vector...

I don't think that 'censor' is a good keyword here, it makes sense only in a certain use case. Something like "Range" would be more fitting. And I think it...

PS: Awesome library.

Hi @edmund-huber I made a fork, but mostly as a backup for myself. I have also noticed that the esp32 libraries contain a lot of references to FreeRTOS, so I...

I suspect that this is partially a feature, not a bug. Consider a layer such as RUN apt update If you build this locally, you will notice that this layer...