115. What is single sign-on? How to implement it?
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?