All Projects → vertx-stack → vertx-vue-keycloak

vertx-stack / vertx-vue-keycloak

Licence: other
This repo holds the source codes for the Medium Article "Vert.x + VueJS + OAuth2 in 5 steps"

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to vertx-vue-keycloak

Vertx Eventbus Java
A Vert.x EventBus client written in Java, works on Android
Stars: ✭ 20 (+0%)
Mutual labels:  eventbus, vertx
vxrifa
Utility library for Vert.X that allows using strong-typed interfaces in communication through EventBus
Stars: ✭ 15 (-25%)
Mutual labels:  eventbus, vertx
IntroduceToEclicpseVert.x
This repository contains the code of Vert.x examples contained in my articles published on platforms such as kodcu.com, medium, dzone. How to run each example is described in its readme file.
Stars: ✭ 27 (+35%)
Mutual labels:  eventbus, vertx
Vertx Zero
Zero Framework:http://www.vertxup.cn
Stars: ✭ 320 (+1500%)
Mutual labels:  eventbus, vertx
Websockets-Vertx-Flink-Kafka
A simple request response cycle using Websockets, Eclipse Vert-x server, Apache Kafka, Apache Flink.
Stars: ✭ 14 (-30%)
Mutual labels:  eventbus, vertx
e-shop
Sample Spring Cloud microservices e-shop.
Stars: ✭ 48 (+140%)
Mutual labels:  keycloak
keycloak-protocol-cas
CAS protocol provider for Keycloak
Stars: ✭ 67 (+235%)
Mutual labels:  keycloak
StaticBus
🚌 A static bus use in modules.
Stars: ✭ 15 (-25%)
Mutual labels:  eventbus
event bus postgres
🐘 Postgres event store for event_bus
Stars: ✭ 49 (+145%)
Mutual labels:  eventbus
Alpine
Basic event system framework using functional interfaces
Stars: ✭ 79 (+295%)
Mutual labels:  eventbus
cloudopt-next-example
Example of cloudopt-next
Stars: ✭ 22 (+10%)
Mutual labels:  vertx
grooveex
Extension module for vertx-groovy adding methods and syntaxic sugar
Stars: ✭ 14 (-30%)
Mutual labels:  vertx
keycloak-kubernetes
Keycloak deployment into Kubernetes cluster
Stars: ✭ 25 (+25%)
Mutual labels:  keycloak
keycloak-admin-go
Keycloak Admin REST client for go
Stars: ✭ 17 (-15%)
Mutual labels:  keycloak
steam-openid-connect-provider
Steam OpenID Connect Identity Provider (IdP)
Stars: ✭ 40 (+100%)
Mutual labels:  keycloak
springboot-react-keycloak
The goal of this project is to secure movies-app using Keycloak(with PKCE). movies-app consists of two applications: one is a Spring Boot Rest API called movies-api and another is a ReactJS application called movies-ui.
Stars: ✭ 192 (+860%)
Mutual labels:  keycloak
vertx-kotlin-example
Vert.x + Kotlin example
Stars: ✭ 12 (-40%)
Mutual labels:  vertx
dropwizard-guicey-ext
Dropwizard-guicey extensions
Stars: ✭ 11 (-45%)
Mutual labels:  eventbus
nest-keycloak-connect
keycloak-nodejs-connect module for Nest
Stars: ✭ 174 (+770%)
Mutual labels:  keycloak
consul-cluster-manager
Consul - based cluster manager that can be plugged into Vert.x ecosystem.
Stars: ✭ 17 (-15%)
Mutual labels:  vertx

Vert.x + VueJS + OAuth2 in 5 steps

This repo holds the source codes for the Medium Article Vert.x + VueJS + OAuth2 in 5 steps: https://medium.com/@thomas.reinecke/vert-x-vuejs-oauth2-in-5-steps-c04ee78475b7

Dev env setup

  • clone the project
  • open eclipse, create a new workspace wherever you want it and import vertx-vue-keycloak as Maven project
  • follow Step-1 PrepWork on the article, set up a docker based Keycloak image and configure keycloak
  • start the vert.x based backend in eclipse with the provided vert.x starter
  • on a dedicated cmd, go to /src/main/frontend
  • install the frontend dependencies and run the frontend (see details on https://github.com/vertx-stack/vertx-vue-keycloak/tree/master/src/main/frontend)

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].