cookie Single sign-on (sso) December 15, 2023 by John Maldonado No Comments Single sign-on (SSO) is a one-time authentication login by the user. When the user logs in the authentication server once, he/she can get access to... Read More
cookie Beyond Cookie: Today’s client-side data storage technology December 15, 2023 by Joseph Young No Comments When cookies were first introduced, they were the only way for browsers to store data. Then there are a number of new options: the Web... Read More
cookie Single Sign-On (SSO) December 15, 2023 by Luke Blackwell No Comments The original login method is that each website has its own login system and independent account. Users need to log in again to access each... Read More
cookie Front-end interviews 3+1 daily — Day 411 December 15, 2023 by Glenn Dorsey No Comments Today's point (2020.05.31) -- Day 411 [HTML] Have you ever used the HTML5 RT tag? What are the applications? [CSS] Draw a parallelogram with CSS... Read More
cookie Stop using JWT for session management now December 14, 2023 by Toby Peters-Newman No Comments Recently, it has been found that many Web applications use JWT for session management, the reason is to avoid server-side storage sessions, or the pursuit... Read More