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