Authentication with Vue.js | Flask-RESTful and Google Sign-In Authentication with Vue.js | Flask-RESTful and Google Sign-In flask flask

Authentication with Vue.js | Flask-RESTful and Google Sign-In


For anyone interested in this topic: I ended up saving all users in the same database table and created a boolean whether the user was logged in with a password/username or with an OAuth provider. If so, the provided token could be used to verify the user.