WP-API / authentication

The home for design & development of a core WordPress REST API authentication solution
GNU General Public License v2.0
62 stars 2 forks source link

Think through de-duplicating dynamic clients based on their software_id #23

Open TimothyBJacobs opened 4 years ago

TimothyBJacobs commented 4 years ago

Right now, the plugin looks for an existing client for the dynamic client by using it's software_id. We should think through the possible ramifications for this, and if it is the correct way to de-duplicate.

For instance, what could happen if an attacker created a client with someone else's software_id.

@rmccue brought up looking at redirect_uris to handle browser based clients ( IIRC ).