Meteor Github authorization -
i using meteor accounts-github module handle authentication/account creation in application.
i want ensure new user attempts sign application member of particular github organisation. want verify not when user first created, on every sign in. if user has been removed github organisation should not able sign in application.
essentially, adding admin functionality website, , want github users members of particular organisation allowed sign in , perform admin functionality (such update basic content).
is there way perform github api call on every user creation , sign in event?
you need customize authentication bit, checkout project:
https://github.com/534n/miprofile
i implemented github account accepted.
Comments
Post a Comment