Skip to main content

Application user interface

Riseact applications are rendered inside an iframe embedded in the admin portal on your application's page. If you want to provide an application interface to your users, you can do so by serving it at the URL you provided when registering the application.

Keep in mind that authentication between your frontend and your app's backend is not handled by Riseact, and you'll need to implement it yourself. A valid and secure approach could be to use a JWT token to authenticate the requests to your backend. Remember that if your backend needs to access the Riseact APIs at times when no user is logged in (e.g. for synchronizations or sending emails), you'll need to store the OAuth authentication tokens in a way that is accessible to the backend (e.g. in a database).