-
can "UNA" api connect with external applications? does it use any standard api?
UNA has API with authentication via OAuth - https://unacms.com/wiki/Dev-API
There is additional API in the development which is using tokens for authentication, it's still in development, there is default API app where you can generate access tokens and other settings, this API is used for UNA Universal app (NextJS + Expo), documentation for this API is coming soon.
-
From the link above: "API is a part of the OAuth2 module, so this module must be installed to make API calls. After a user logs in or joins via OAuth2, API calls can be performed." However, there is no OAuth2 module in the storefront. Can you point me in the right direction to install this? I would really appreciate any assistance. Many thanks!
-
This is the mentioned module - https://unacms.com/view-product/oauth2-server
-