openid / AppAuth-JS

JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.
Apache License 2.0
983 stars 161 forks source link

#173 Exposed a public method to set custom options for request #174

Closed SomnathMore closed 3 years ago

SomnathMore commented 3 years ago

https://github.com/openid/AppAuth-JS/issues/173

Link to issue that I just created for this

tikurahul commented 3 years ago

You can just implement your own requestor and swap it. This way we don't have to provide these extension points.