You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Service Token provider could release The JWT Token for
Nop.Plugin.API and any other plugin based on JWt token Authentcation installed in nopCommerce,
or for any client desktop Application.
Now we consume Nop.Plugin.API in a single way and with OAuth.
Separation of concern could open the way for OpenID Connect and every types
of Authentication flow.
- Credentials Flow.
...
- Auth Code Flow + PKCE
The text was updated successfully, but these errors were encountered:
Hi,
What About splitting API Plugin in 2 ?
The Service Token provider could release The JWT Token for
Nop.Plugin.API and any other plugin based on JWt token Authentcation installed in nopCommerce,
or for any client desktop Application.
Now we consume Nop.Plugin.API in a single way and with OAuth.
Separation of concern could open the way for OpenID Connect and every types
of Authentication flow.
- Credentials Flow.
...
- Auth Code Flow + PKCE
The text was updated successfully, but these errors were encountered: