Authentification

Does anyone have any code examples for DGraph login authentification for third party OAuth servers like Google, Yahoo, Facebook, and GitHub ?

I am looking at using GitHub - simov/grant: OAuth Proxy on the web server.

Writing the oAuth back and forth is a pain. I am not even sure if Slash Dgraph supports that out of the box. However, it does support Auth0 and Firebase Auth. These have built in oAuth options like github, apple, facebook, etc. Firebase Auth is free, unlike Auth0, and works seamlessly with all other Firebase products (Storage, Analytics, A/B Testing, Remote Config, Admob, etc)… separate from the firebase real time database or firestore…

Most example apps are written with Auth0 and React, so there is a learning curve if you use anything outside of that.