简体   繁体   中英

Meteor: Oauth1.0a login service for OSM

I'm trying to implement a account login service for Meteor from the OpenStreetMap project (Oauth 1.0a).

Meteor has a lot of packages for oauth:
accounts-oauth-helper
accounts-oauth
accounts-oauth1-helper
accounts-oauth2-helper
oauth-encryption
oauth
oauth1
oauth2

Which package could I use as base for implementing a oauth service? The packages I found on Atmosphere were mostly for oauth2 or specific apis. Any suggestions for a good 1.0a example? Is it right that accounts-ui generates configuration options for oauth services?

Thanks in advance!

twitter + accounts-twitter软件包是oauth1身份验证流程的一个示例,从服务注册中的“ 1”参数可以看出: https : //github.com/meteor/meteor/blob/devel/packages/twitter /twitter_server.js#L14

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM