You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,19 @@
1
1
# Demo Vue App with OIDC Authentication
2
2
3
+
[](https://github.com/martinussuherman/demo-vue-oidc/actions/workflows/codeql-analysis.yml)[](https://github.com/martinussuherman/demo-vue-oidc/actions/workflows/gh-pages.yml)
4
+
5
+
---
6
+
3
7
Vue 2 + Vuex + Typescript + Vuex-oidc
4
8
5
9
Feature:
6
-
- Runtime (asynchronous) configuration loading from json file.
10
+
- Runtime (asynchronous) OIDC configuration loading from json file.
7
11
- Vuex getter and action configuration with Typescript.
8
12
- Vuex-oidc route configuration for public path and callback path using route meta.
9
13
- Deployment using 404.html to make Vue Router work on Github Pages.
14
+
- Github pages manual deployment with workflow_dispatch trigger.
0 commit comments