I have an application that uses umbraco's members for frontend users of the application and I've set up login/logout/etc actions on them based on surface controllers.
The issue is: I also need to expose an API with login/logout/etc actions for mobile apps.
I was thinking of using OAuth2 to make use of tokens to authenticate and authorize calls to the API but I cannot find anything that helps me achieving this.
Has anyone achieved this using OAuth2 or any other solution?
Protecting API with OAuth2
Hey there,
Using Umbraco v11 here.
I have an application that uses umbraco's members for frontend users of the application and I've set up login/logout/etc actions on them based on surface controllers.
The issue is: I also need to expose an API with login/logout/etc actions for mobile apps.
I was thinking of using OAuth2 to make use of tokens to authenticate and authorize calls to the API but I cannot find anything that helps me achieving this.
Has anyone achieved this using OAuth2 or any other solution?
Thanks!
is working on a reply...