getcandy / hub

GetCandy v1 Hub built on Nuxt.js
30 stars 9 forks source link

Update authentication to be more in line with current Nuxt Auth offering #27

Closed alecritson closed 3 years ago

alecritson commented 3 years ago

It's been a while since we wrote the authentication side for the hub. Since then Nuxt Auth has been updated to support Sanctum and Passport out the box. Making some of the bits we did redundant. We should update the hub to reflect these changes.

This will likely involve changes to the API a bit, such as the sanctum prefix.