AxeWP / wp-graphql-headless-login

A WordPress plugin that provides Headless login and authentication for WPGraphQL, supporting traditional passwords, OAuth2/OpenID Connect, JWT, and more.
GNU General Public License v3.0
66 stars 11 forks source link

dev!: replace `loginWithPassword` mutation with provider #47

Closed justlevine closed 1 year ago

justlevine commented 1 year ago

What

Removes the loginWithPassword mutation in favor of using a Password provider.

Various method, action, and filter signatures have changed as well.

Why

Better extendability.

How

Testing Instructions

Additional Info

Checklist:

coveralls commented 1 year ago

Coverage Status

Coverage: 61.084% (+0.5%) from 60.564% when pulling ed1bc710363c854c9011d8644a70cd42cb2cf584 on justlevine:dev/refactor-password-to-provider-config into fdda8f1ce46c394eb9e3a239e0c10f39f6cd971f on AxeWP:develop.