Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinussuherman authored Mar 14, 2021
1 parent e31e854 commit 8d0fce4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# Demo Vue App with OIDC Authentication

[![CodeQL](https://github.com/martinussuherman/demo-vue-oidc/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/martinussuherman/demo-vue-oidc/actions/workflows/codeql-analysis.yml) [![Publish to Github Pages](https://github.com/martinussuherman/demo-vue-oidc/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/martinussuherman/demo-vue-oidc/actions/workflows/gh-pages.yml)

---

Vue 2 + Vuex + Typescript + Vuex-oidc

Feature:
- Runtime (asynchronous) configuration loading from json file.
- Runtime (asynchronous) OIDC configuration loading from json file.
- Vuex getter and action configuration with Typescript.
- Vuex-oidc route configuration for public path and callback path using route meta.
- Deployment using 404.html to make Vue Router work on Github Pages.
- Github pages manual deployment with workflow_dispatch trigger.
- (Since v.1.2.0) Use vuetify for UI.
- (Since v.1.2.0) Use vite for dev server.

## Project setup
```
Expand Down

0 comments on commit 8d0fce4

Please sign in to comment.