Skip to content

apinf/apinf-accounts-fiware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate Issue Count

apinf:accounts-fiware

An ES2015 Meteor OAuth handler package for FIWARE IdM.

This is a fully working OAuth login service, allowing you to use FIWARE IDM as your Meteor authentication method. If you want to use it "as is" you can just meteor add apinf:accounts-fiware to your application.

However, the package has been written to aid in understanding the mechanics of putting together an OAuth handler for any arbitrary provider. The trickier parts of the codebase are (hopefully) annotated well enough to comprehend what's going on in this bit of Meteor Magic, enabling you make a minimum number of changes for your chosen provider.

There's an accompanying blog article which should be read prior to forking and hacking!

See also the complementary OAuth flow package: apinf:fiware.

Installation

meteor add apinf:accounts-fiware

TODOs

  • Add working unit tests

Changelog

v0.1.1 Initial version

About

Usable, boilerplate OAuth2 handler for Meteor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%