...

/

Summary: Managing Authentication and User Sessions

Summary: Managing Authentication and User Sessions

Review what we've learned about third-party providers, web frameworks, and headless CMS simple authentication.

We'll cover the following...

Recap

In the chapter, we saw how using a third-party authentication provider helps to manage private data and user sessions efficiently and safely. We should avoid writing custom authentication mechanisms in ...