Solved

What is best practice user Authentication and authorization in content stack?

  • 14 July 2022
  • 1 reply
  • 105 views

Badge +1

Hi Team,

 

In content stack user Authentication  and authorization  will do what are steps to follow and what kind of backend web services use.

 

Kindly let us know ?

icon

Best answer by Sachin 16 July 2022, 13:38

View original

1 reply

Userlevel 3

Hi Nagesh, 
 

User authentication and authorization is done with the help of authtoken (while logging in) and management token (Stack-level tokens) to fetch the specified data or create/update/delete any contents in Contentstack. Content management API and Content Delivery API’s  are used as a backend service to deliver and create/update and delete the contents.

Please refer the below documentation link for more details.

https://www.contentstack.com/docs/developers/apis/content-management-api/#user-session

https://www.contentstack.com/docs/content-managers/authentication-and-security/

https://www.contentstack.com/docs/developers/apis/content-management-api/

https://www.contentstack.com/docs/developers/apis/content-delivery-api/

Reply