This repository was archived by the owner on Jan 20, 2024. It is now read-only.
This repository was archived by the owner on Jan 20, 2024. It is now read-only.
does not work with public oauth servers #133
Open
Description
If we use this module with public oauth server instead of confidential, it does not work at all. E.G. the token call takes authorization header as "Basic B64(:)". I am looking for implementation where it also supports client_id and client_secret headers instead.
I have got the fix ready and going to fork it if it is not existing.