You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The oauth2-server module is framework-agnostic but there are several officially supported wrappers available for popular HTTP server frameworks such as [Express](https://npmjs.org/package/express-oauth-server) and [Koa](https://npmjs.org/package/koa-oauth-server). If you're using one of those frameworks it is strongly recommended to use the respective wrapper module instead of rolling your own.
This Express middleware link points to a repository with seemingly unmaintained code (no update since 2017). It also says "officially supported", but I don't think the Express team endorses this middleware.
The text was updated successfully, but these errors were encountered:
Hi @SjorsVanGelderen, I think by officially supported it means more that the oauthjs module supports the middleware.
With that being said, we have forked this repo and are actviely maintaining it, along with the express middleware adapter. Look at the new org and repos if you are interested :)
In the installation section of the README:
This Express middleware link points to a repository with seemingly unmaintained code (no update since 2017). It also says "officially supported", but I don't think the Express team endorses this middleware.
The text was updated successfully, but these errors were encountered: