I want to integrate an API that does the following authentication
- calls this widget - https://github.com/withmono/Vanilla-javascript-for-mono-connect/blob/master/index.html#L28
- Returns a value similar to this once a user signs in - {“code”:“code_1235656468468646848”}
The returned value is then used as a body parameter in the authentication endpoint.