Albert Gazizov
Albert Gazizov
Thanks, @amkirwan I've successfully configured the library but stuck on the Authorization step https://github.com/amkirwan/ember-oauth2#authorization. In the Readme there is a template that uses the global App variable: `window.opener.App.oauth.trigger('redirect', hash);` But...
@pritambios were you able to add 'kid'? I have the same issue
I found an answer. Here is an example how to add 'kid' : ``` JOSE::JWS.generate_key("alg" => "RS256").merge('kid' => '2025-02-01') ```
Any chance this can be merged?