• Stars
    star
    103
  • Rank 333,046 (Top 7 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created about 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Wrapper around oidc-client-js to better work in a vue application with router integration

vue-oidc-client

This is a wrapper around oidc-client-js to better work in a Vue application with Vue Router integration.

Installation

NPM

npm install vue-oidc-client

Yarn

yarn add vue-oidc-client

Usage

See the wiki for quick docs.

Getting the Source

git clone https://github.com/soukoku/vue-oidc-client.git
cd vue-oidc-client

Running the sample

Go into either the vue2 or vue3 folder. Run it with the typical install and run steps like below:

npm install
npm run serve

More Repositories

1

ntwain

A TWAIN lib for dotnet.
HTML
119
star
2

aspnetcore-vue

Sample setup on using asp.net core 2.1 + vue cli 3 in one project. This sample is deprecated and rolled into https://github.com/soukoku/AspNetCore.SpaServices.VueCli
Vue
34
star
3

ExpressionParser

A simple lib in C# for parsing and evaluating expressions.
C#
20
star
4

PgpSharp

Some pgp stuff in C#
C#
14
star
5

ModernWPF

This is a small lib for creating modern-style Windows application in WPF 4. This was formerly the MetroWPF lib.
C#
11
star
6

CommonWin32

A .net lib with common win32 values/types/routines for interop/pinvoke.
C#
8
star
7

PdfSharp.ProdExtensions

Contains productivity extension methods and custom types for PdfSharp.
C#
4
star
8

FileProviders.Zip

Allows using zip files as FS provider for aspnet core's static files middleware.
C#
4
star
9

HelloSignApi

This is an unofficial task-based HelloSign API lib for supported dotnet versions (FX and dotnet core).
C#
4
star
10

Soukoku.Owin.Files

Learning to write owin middleware for serving files.
C#
3
star
11

ModernWpf2

V2 of a small lib for creating modern-style Windows application in WPF 4
C#
3
star
12

LockDrive

A CLI tool in C# that locks a BitLocker drive using WMI without calling any external exe.
C#
2
star
13

AspNetCore.SpaServices.VueCli

Provides dev-time support for Vue CLI in ASP.net Core's SPA scenarios. Only aspnet versions since 2.1 will be supported.
C#
2
star
14

aspnet-vite-spa

Sample of using vite with aspnet (net6) with aspnet handling the views and vite handling the assets.
C#
1
star
15

vue-tiff-display

Playing with displaying tif files in vue.
Vue
1
star
16

my-vue-dotnet-template

Template for new vite+vue+tailwind project for dotnet 8.
C#
1
star
17

CertGenerator

Quick tool to generate self-signed certificate.
C#
1
star