DEV Community

Discussion on: Use Local Storage Smartly 😎

Collapse
 
codecraftjs profile image
Code Craft-Fun with Javascript

We can extract the hashed secret key from the API service.
We can generate a pattern logic on some business data which we can get from an authenticated API's only and from which the secret key can be generated dynamically.
There can be many more techniques that we cam evolve by makeing sure that the secret key should be secret.