Roger Meier

Results 63 comments of Roger Meier

within `auth_bearer_request` we could e.g., do something like this: ```diff - sds post_body = sdsnew("resource=" RESOURCE); - post_body = sdscat(post_body, "&code="); - post_body = sdscat(post_body, code); - post_body = sdscat(post_body,...

I did not check all sds use cases right now, but I think this approach could be used in several areas to reduce the sds usage with e.g. a first...

The [issuer check](https://github.com/nov/openid_connect/blob/main/lib/openid_connect/response_object/id_token.rb#L26) must be made optional or pass the issuer received from the token.