MLSAKIIT/devblogs-frontend
Update nav bar to display either login or create blog button based on user authentication
Aberta
#16 aberto em 14 de out. de 2024
authenticationfeaturehacktoberfest
Métricas do repositório
- Stars
- (9 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Modify the Navbar component to show either a login or create blog button based on user authentication status. Check the token stored in local storage/cookies to determine the user's state.
Reference: Route Protection Guide