Hubs-Foundation / reticulum

Phoenix web server for Hubs
Mozilla Public License 2.0
450 stars 180 forks source link

How to share authenticate information with other OAuth provider? #409

Open ash-r1 opened 4 years ago

ash-r1 commented 4 years ago

Hi, as the title says, I want to connect Hubs with another website to achieve Single-Sign-On.

My purpose is to provide users to sign-in at once, use our system & hubs with only one-time registration or signing in. I feel reticulum is independent by Hubs. So I think we can connect with other systems. (with internal API? or OpenID Connect?) It's okay to use reticulum as a primary user information datastore, or use another system and use its information by reticulum.

I'm a newbie of Hubs/Reticulum, but I understand about general API/OAuth/OpenID. Could you give me some advice about this?

emclaren commented 4 years ago

Just adding that we are working on OAuth implementation to be built into Hubs Cloud - there is an open issue here to track this progress: https://github.com/mozilla/hubs/issues/2312

ash-r1 commented 4 years ago

@emclaren Cool, thanks.