JamesRandall / AngularJS-OAuth2

Package for allowing an AngularJS application to authenticate with an OAuth 2 / Open ID Connect identity provider using the implicit flow.
MIT License
46 stars 42 forks source link

Make the library available on NPM #29

Closed linsolas closed 8 years ago

linsolas commented 8 years ago

Hello,

Thanks for your work on this interesting project. On our side, we do not use Bower, but "just" npm. Shouldn't it be convenient for developers who are not using Bower, to make the library available on npmjs.org?

Note that there is already a project called angular-oauth2, which has a name qui similar to this project...

JamesRandall commented 8 years ago

Hi,

Thanks for the feedback - sounds like a good idea. I'll look to get that done in the next few days.

ducks commented 8 years ago

Any update on an npm package being available? I would like to install this with npm as well. I am willing to lend a hand if needed.

JamesRandall commented 8 years ago

Sorry - totally slipped my mind. I've just released it as an npm.

If you find any issues with the packaging then let me know.