Block a user
AuthService.login and enhance JWT decoding logic. Add utility methods for Blob detection and conversion.
AuthService.login and enhance JWT decoding logic. Add utility methods for Blob detection and conversion.
localStorage for JWT handling and simplify case transformation logic in LoginComponent. Update app.config.ts and related services to align with the new token management method. Mark JwtClaims interface as exported.
fakeLogin() with actual login() method in AuthService and remove redundant fakeLogin() implementation.