34
Views
3
Comments
Help on custom login with API
Question
Application Type
Mobile
Service Studio Version
11.53.34 (Build 61795)

Hi,

i am new to OS. i want to develop a custom login based on rest api can anyone help me the flow how can we create and retrive the user details.


any documentation would be helpful.


thanks in advance

2020-11-25 10-45-32
Mostafa Othman
Champion

Hello Pavan,

You will need to consume rest API which will be responsible for authenticating user by sending username and password to it and get response from API.

You can check documentation for consuming rest API here

In this case you have to decide you will authenticate user from API for first time only then create user into OutSystems Users table and next time you will authenticate user from OutSystems table or you will always use this API in this case you will have to handle session and session variables manually rather than OutSystems taking care of them.

UserImage.jpg
Pavan K

Thanks Mostafa Othman , but i dont have any clue how to develop. can you please provide an sample i can refer and learn 

2020-11-25 10-45-32
Mostafa Othman
Champion

I would like to advise you to start watching and learn this course for OutSystems Reactive Web Developer:

https://www.outsystems.com/training/paths/18/becoming-a-reactive-web-developer/

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.