From bff265757b43b8db050d1880b1758df85eae54d0 Mon Sep 17 00:00:00 2001 From: Desmond Koh Date: Sat, 21 Nov 2020 00:37:20 +0800 Subject: [PATCH] Added feathers-authentication-oidc (#62) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53dc9e4..26c88be 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ Official Feathers Chat app & related front-end examples - [@feathersjs/authentication-local](https://docs.feathersjs.com/api/authentication/local.html) ![Official Feathers Module](/img/tiny-feathers-logo.png) - [@feathersjs/authentication-oauth1](https://docs.feathersjs.com/api/authentication/oauth1.html) ![Official Feathers Module](/img/tiny-feathers-logo.png) - [@feathersjs/authentication-oauth2](https://docs.feathersjs.com/api/authentication/oauth2.html) ![Official Feathers Module](/img/tiny-feathers-logo.png) +- [feathers-authentication-oidc](https://www.npmjs.com/package/feathers-authentication-oidc) - [feathers-accounts](https://www.npmjs.com/package/feathers-accounts) - Token-Based User Account System for FeathersJS (configure). - [feathers-authentication-popups](https://github.com/feathersjs/feathers-authentication-popups) - [feathers-authentication-keystone](https://github.com/virtuozzo/feathers-authentication-keystone)