[Vuejs]-How to make Pre-authentication service of ID/Refresh Token of aws Cognito using VueJS

0👍

Looks like I have found the answer!

We can use mounted lifecycle hook or created based on our need to do this task in page load (Before the Vue instance is created)

Leave a comment