BFE.dev
buy us
a coffee
Codingproblems
Reactproblems
JavaScriptquizzes
Reactquizzes
TypeScriptpuzzles
CSSproblems
Interviewquestions
SystemDesign
Discussanything
buy us
a coffee

115. What is single sign-on? How to implement it?

Architecture
Share

It is inevitable that we Front End Engineers must also work on part of the server-side, aside from API part, auth would be a very important area.

In case of micro services architecture, you might need to make your auth supporting all services. How would you implement your single sign-on ? What is the pros & cons of your approaches?

prevnext

relax!