MLSAKIIT/devblogs-frontend
Integrate /register route from api on /register page and store the token on localstorage or cookies
開放
#13 建立於 2024年10月14日
authenticationfeaturehacktoberfest
倉庫指標
- 星標
- (9 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Configure the register page to interact with the /register API route. Store the token securely in local storage or cookies for user session management.
Reference: React Authentication Guide