Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more! Learn more →
Top 9 JavaScript Oidc Projects
-
Project mention: What tools do you use for developing logins, registrations and my account -pages | reddit.com/r/AskProgramming | 2023-05-03
This library forms the basis of a number of OIDC providers we, err, provide to our users.
-
node-openid-client
OpenID Certified™ Relying Party (OpenID Connect/OAuth 2.0 Client) implementation for Node.js.
Nearly all of the platforms implement OpenID, so I ended up rolling my own integration using openid-client to do the third party auth, and then on success, just set your own cookie.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
IdentityServer
The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
Tokens usually have a lifetime and they are separate from the user's authentication principals like username and password. Unless you are rolling your own form of token provider (not something that would be recommended) the token creation is handled for you. Take a look at https://identityserver4.readthedocs.io/en/latest/ or if your organization makes under 1M in income a year the free version of what Identity Server progressed into https://duendesoftware.com/products/identityserver
-
-
ms-identity-javascript-tutorial
A chapterwise tutorial that will take you through the fundamentals of modern authentication with Microsoft identity platform in Vanilla JavaScript.
Project mention: Azure ad access token guard authentication | reddit.com/r/Nestjs_framework | 2022-07-01was following this guide: https://github.com/Azure-Samples/ms-identity-javascript-tutorial/tree/main/3-Authorization-II/2-call-api-b2c
-
cosign-keyless-admission-webhook
Kubernetes admission webhook that uses cosign verify to check the subject and issuer of the image matches what you expect
-
Project mention: A privacy and human friendly JWT reader CLI. | reddit.com/r/coolgithubprojects | 2023-01-09
-
Sonar
Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
react-boilerplate-vv
:fire: A highly scalable React user authentication boilerplate (starter kit) for developers with security integrations like Webuauthn, FIDO2, and certified for OpenID Connect (OIDC), powered by Vault Vision's FastAuth.
Project mention: Why is setting up a new project with multiple technologies so difficult? | reddit.com/r/webdev | 2023-05-23v16 https://github.com/vaultvision/react-boilerplate-vv
JavaScript Oidc related posts
- User Auth question, what's the fast way?
- ACL on front end?
- What tools do you use for developing logins, registrations and my account -pages
- [React Router 6.3] How to setup the Layout, Outlet, Header system properly?
- Best way for frontend scaffolding
- JWT/Auth flow
- What's the best node module for an oauth2 server?
-
A note from our sponsor - Appwrite
appwrite.io | 28 May 2023
Index
What are some of the best open-source Oidc projects in JavaScript? This list will help you:
Project | Stars | |
---|---|---|
1 | node-oidc-provider | 2,668 |
2 | node-openid-client | 1,510 |
3 | IdentityServer | 1,037 |
4 | blink | 186 |
5 | ms-identity-javascript-tutorial | 107 |
6 | cosign-keyless-admission-webhook | 22 |
7 | human-web-token | 11 |
8 | cidaas SDK for JS | 6 |
9 | react-boilerplate-vv | 4 |