init() before mounting your app in main.ts:
history.pushState — Vue Router works out of the box with no extra config.
Adding user identity
Callidentify() after your auth state resolves — for example, inside a composable or watcher:
App.vue: