Vue Auth 3
Plugin that inherits from @websanova/vue-auth brings great auth manager to vue 3!
π Easy
You can manage Auth (token, user, login, register, etc.) with simple APIs.
π Reactivity
All data is reactive, so you donβt have to worry about the data not responding anymore.
π SWR
Components will get a stream of data updates constantly and automatically. And the UI will always be fast and reactive.
π Type Strong
Completely written in Typescript, with friendly type support.
π Component-oriented
You can manage auth on single file component or meta by vue-router.
β¨ Refresh in background
You can refresh data in the background without blocking page rendering.