Record#
- Today's knowledge point is using replit's login authentication feature.
- I still don't quite understand this feature. It should be enabled on the running code page in order to work properly. In other words, the code needs to be started first.
- After enabling it, retrieve various user information such as X-Replit-User-Name (username), user ID, and group.
- This exercise is an addition to the previous 87 days, adding user login authentication. Isn't it unnecessary to use two forms of authentication?