Juan Ignacio Fiorentino

Results 32 comments of Juan Ignacio Fiorentino

Nice to hear people pushing this. I'll consider this on next features. Srry for delay.

@latusaki when I start this issue I think something like this: https://gist.github.com/koriaf/907d1e16068d1a04056eedf736a203f5 (by koriaf)

@latusaki Please! would be great. I could help with documentation and tests.

:+1: each of the redirect URI should be validated. I was thinking using [URLValidator](https://docs.djangoproject.com/en/2.0/ref/validators/#urlvalidator), but we also need to support urls like this one for mobile apps: `fb://profile/33138223345`.

Hi @kitab15 the checklist seems OK to me. Your feature request leaves me a question, now we are only encrypting `id_token` with OP keys. With this, before making de JWE...

About signing & encrypting: https://github.com/IdentityPython/pyjwkest/blob/master/doc/examples.rst#signed-and-encrypted-nested-jwt

For sure! submit PR asap. So I can help too.

Hi. I don't quite get your issue. I prefer keeping namespace fixed.

@ben-prezola could you provide an example usage of your issue?. Thanks!

Ok, I see. Something like bulding dynamic urls with: ``` some_url = reverse(NAMESPACE_SETTING + ':path') ```