Menu

#Koa

3 posts

Feed·
3 of 3 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
A better way to create Swagger Docs for Koa APIs using decorators?
🖼️
0

A better way to create Swagger Docs for Koa APIs using decorators?

DEV Community·Oghenovo Usiwoma·5 months ago
#8SHp5ERJ

Hello there!👋 I just did something to ease documentation for Koa APIs and I'm going to share it with you. If you are a fan of typescript's decorators or you are figuring out how to use them then you'll probably love this.…

15s
Read More