passport-steam
Steam (OpenID) authentication strategy for Passport and Node.js. (by liamcurry)
openid-client
OAuth 2 / OpenID Connect Client API for JavaScript Runtimes (by panva)
passport-steam | openid-client | |
---|---|---|
1 | 3 | |
346 | 1,867 | |
- | - | |
3.6 | 8.9 | |
over 1 year ago | 6 days ago | |
JavaScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
passport-steam
Posts with mentions or reviews of passport-steam.
We have used some of these posts to build our list of alternatives
and similar projects.
-
[Question] Steam OpenID login using NodeJS
Yes, I would say passport steam is the most common way people implement steam login in node. If you cannot understand the docs I would personally suggest taking a look at the provided example in the passport steam repo, which you can find at https://github.com/liamcurry/passport-steam/tree/master/examples/signon
openid-client
Posts with mentions or reviews of openid-client.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-27.
-
Are people using Auth.js already?
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.
-
Any resources of OAuth2 without using any packages/passport.js?
There is quite a bit of hidden complexity to doing different flows. One approach to learning these is to use a lower level library (and perhaps review its code) such as the excellent openid-client.
-
[AskJS] Which JS OpenID Connect library to use in 2021?
I've successfully used this one in the past, specifically the Passport strategy. Based on a cursory search it seems like the best current option.
What are some alternatives?
When comparing passport-steam and openid-client you can also consider the following projects:
node-steam-user - Allows interaction with the Steam network via the Steam client protocol
node-oidc-provider - OpenID Certified™ OAuth 2.0 Authorization Server implementation for Node.js