External/Public User Registration and Login

Hi Guys, I am experimenting with Corteza Platform and I have been experiencing this challenge.

I would like to design a functionality for external/Public user [Customers] to register, sign-in, and reset password. How Could one archive this using Corteza?. Once user login then the can initiate service request

1 Like

Hi

You should be able to achieve this in various ways, as Corteza is API centric. The simplest way would be replicating the flows and requests made during a browser session and an actual user logging in—else, the option of creating external auth providers for connecting an application directly to Corteza. This could be done using multiple web frameworks like WordPress.

Please see the links that should help you in your approach.
https://docs.cortezaproject.org/corteza-docs/2022.9/developer-guide/corteza-server/auth.html
https://docs.cortezaproject.org/corteza-docs/2022.9/developer-guide/corteza-server/api.html
https://medium.com/p/ded16adecbc8/edit

I hope this helps :slight_smile:

1 Like