Implements a simple login and logout button. There's no middleware yet to check if the user is logged in, and if not redirect back to root. Furthermore, the access token is currently not cached, see this for if we would like to do this.
TODO:
[x] Move controller dir outside the nuxt app
[x] Specify node version and build tool inside package.json
Fixes #11
Implements a simple login and logout button. There's no middleware yet to check if the user is logged in, and if not redirect back to root. Furthermore, the access token is currently not cached, see this for if we would like to do this.
TODO: