Menu

#OpenId

2 posts

Feed·
2 of 2 posts
Part I: Developing Simple OpenID Authorization Server with Node.js & Typescript
🖼️
0

Part I: Developing Simple OpenID Authorization Server with Node.js & Typescript

DEV Community·Ebrahim Hoseiny Fadae·5 months ago
#Rde3wT3z
#comment#node#openid#koa#oidc#typescript

Introduction In this tutorial, we will explore how to build an authorization server using the panava/node-oidc-provider library, which is built on top of the koajs/koa framework.…

15s
Read More
Part II: Persisting OpenID Server Data on MongoDB with Node.js
🖼️
0

Part II: Persisting OpenID Server Data on MongoDB with Node.js

DEV Community·Ebrahim Hoseiny Fadae·5 months ago
#8PU8TQDv
#comment#node#openid#koa#mongodb#mongoose

Introduction In this article, we'll explore how to integrate MongoDB with an OIDC (OpenID Connect 1.0) authentication server. We'll be using the panava/node-oidc-provider library for implementing the OIDC server and the Mongoose for connecting to MongoDB.…

15s
Read More