Last active
May 24, 2021 07:36
-
-
Save GaetanoPiazzolla/bf6a286e624309bbe58cf03051d48337 to your computer and use it in GitHub Desktop.
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
@Injectable({ | |
providedIn: 'root' | |
}) | |
export class SingletonSecureStorageService { | |
constructor() { | |
} | |
init() { | |
// overriding window function here | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to medium article: https://medium.com/geekculture/how-to-encrypt-webstorage-in-angular-97094a0c5809