DEV Community

Johannes Lichtenberger
Johannes Lichtenberger

Posted on

Vue.js OAuth2 authentication / Backend: Vert.x, Auth server is Keycloak

Hi all,

If anyone wants to contribute for instance because of #Hacktoberfest, I've added an issue, which might be particularly useful when finished, as authentication is the first step 🐬

Vue.js Auth Component #31

We need a component, which extracts the code from the redirected to URL (from the OAuth2 auth code flow) and exchange this code with a token (/token) endpoint on the SirixDB HTTP-Server. This token then needs to be sent in subsequent requests, so we can probably store it in the store!?

However there are plenty of issues you can work on for the frontend and the backend.

Have a great weekend 👍

Kind regards
Johannes

Top comments (0)