bnoguchi / everyauth

node.js auth package (password, facebook, & more) for Connect and Express apps
http://everyauth.com/
3.49k stars 447 forks source link

Roadmap to 0.4.10 #488

Open nponeccop opened 5 years ago

nponeccop commented 5 years ago

I'm going to port an in-house project from 0.4.5 and node 0.10 to 0.4.9 and node 8.x (LTS boron) as the latter seems least broken for the dependencies my project has.

So I volunteer to take over maintenance of everyauth from @bnoguchi

My tasks are essentially:

As for fixing individual providers, I'm only interested in getting the big ones working, with my arbitrary definition of "big":

Of course I'll accept fixes for extra ones, but I won't test them myself.

nponeccop commented 4 years ago

My branch is https://github.com/bnoguchi/everyauth/compare/master...nponeccop:hotfix-0.4.10

So far:

Fixing Facebook would require an HTTPS server, because Facebook doesn't support non-https redirection URLs anymore. So I'm postponing fixing the Facebook for now, because my own app can't migrate easily to HTTPS, so I'm not motivated enough to fix Facebook as I can't use it myself.

Vkontakte I can't test due to a combination of personal and political reasons, so only LinkedIn remains to be checked.