This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeQGix4XOgS42JvetaaPupIHbAotAR05hadr1CHuh3jvsuV2Slot4pV7iVVIBcCAotsVoXLohPyJcBm/6/4gTSLWyzPowHJdmUD7roTvJuSb70D4P4fAg5/STxOXjcHV4xPow94B1rzWH/q+4DTAsJgLJ+8x2dq06D1EvwHQucyvljTBmhKANX69QbPYITruNPBUl9SxKBJZkM8Ktrm15CQiHb8NGcvnE1xkaqm+fCjqia5iip3HtDhjZqyFYwkSpwpu7/zvdaxs5i+O4cVDjMAJfeXvUKqzV18eUWI5jRom3XG1KJYkTiMGWUiR6cg/JF+NnfUwlv1U6kxflWghJJ thuandoan@novahub.vn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Injectable } from "@angular/core"; | |
import { JwtHelperService } from "@auth0/angular-jwt"; | |
@Injectable({ | |
providedIn: "root" | |
}) | |
export class JwtService { | |
readonly keyJSONWebToken = "jwtToken"; | |
constructor( |