Rodrigo Suárez

Results 5 comments of Rodrigo Suárez

I have the same issue, nothing happened running `example.html`:confused:

Hi @davidmr. I started investigating the federated logout in OpenID and I saw you just did develop it in this project! Did you try this feature in production?

Its suppose that the order was by `id`? Or you think to add a new field like `created_at`?

Hi @geoff-va ! Good to know this! I have no experience with that bug, but, I realized that the function [create_response_uri](https://github.com/juanifioren/django-oidc-provider/blob/master/oidc_provider/lib/endpoints/authorize.py#L129) could be better to fix that. I have a...

Hi @divick! An approach could be filtering Token by user and client_id. Then, you can iterate on that Queryset and check if the `jwt.decode(id_token, verify=False)` that you have is the...