hellocoop / wordpress

A login and registration WordPress plugin for the Hellō service.
4 stars 2 forks source link

add Quickstart specific endpoint to receive client id #45

Closed mscurtescu closed 1 year ago

mscurtescu commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently the Quickstart flow goes back to the plugin settings page with the client id added as a query parameter. The settings page is overloaded as the handler for Quickstart response as well and the client id stays in the URl.

Describe the solution you'd like

Add a new REST API that will receive the Quickstart response, will save the client id then redirect to the plugin settings page.