Skip to content

jbo1984/devnationtt-vue-keycloak

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devnation Tech Talk Demo: Secure Vuejs app with Keycloak

Slides and Video: https://developers.redhat.com/devnation/tech-talks/secure-vuejs-keycloak

Keycloak Setup: (port: 8081)

  • Create Realm: 'devnation'
  • Create client: vue-app & quarkus-bff

Vue App

update the main.js (Port: 8080)

npm install yarn serve

Quarkus Bff (Port:8001)

Configure the application properties

./mvnw quarkus:dev

Releases

No releases published

Packages

No packages published

Languages

  • Vue 35.3%
  • HTML 28.6%
  • Java 23.2%
  • JavaScript 12.9%