authom icon indicating copy to clipboard operation
authom copied to clipboard

A zero-dependency mutli-service authentication tool for node.js

Results 13 authom issues
Sort by recently updated
recently updated
newest added

https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/ Any plan to address this? Should I make a PR? Would it be merged? Should I migrate away to something else?

I'm using Authom like this: ``` app.use('/auth/:service', authom.app); ``` I'm trying to authentication with Google, which uses OAuth2. The `redirect_uri` passed to Google contains `/` instead of `/auth/google`. I think...

Support for reverse proxy server,as nginx, in Authom

Currently the only way to figure out google scope needs an array is to read the code. This minor change in README.md would make it more evident.

Hi, Very small 'fix' to prevent calling emit on an undefined server. best, Stefan

https://developers.google.com/+/api/auth-migration#timetable According to this the userinfo endpoint will be fully removed, which will break the google oauth.

Could someone look over how I have configured Authom for my Sails app? I created a policy called "authomAuth", which is "middleware" in Sails speak: ``` var authom = require('authom');...

This adds in the new future proof endpoint and should resolve #69. Additionally, this adds in support for specific fields, much like Facebook.