OneGraph / onegraph-changelog

Product Changelog for OneGraph using Persisted Queries

Home Page:https://onegraph.com/changelog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sign in to OneGraph with GitHub now!

sgrove opened this issue · comments

We've pushed support for signing in/up to OneGraph with Github now!. As much as I underestimated this feature (I use a password manager), I've found myself switching to it immediately once it was available. The difference between theory and practice, I suppose!

sign_in_to_github

If you already have a OneGraph account, just log into the dashboard and associate your account with GitHub by clicking on the upper-right menu and choosing, GitHub.

associate_github_account

Fun fact - we actually wrote this twice. First, with special hard-coded OAuth flows on the server, and then as just a normal OneGraph app using our client-side onegraph-auth library and AuthGuardian to configure the rules. The client-side version is significantly shorter, cleaner, and more straightforward.

We don't always get to dog food the nicer parts of OneGraph, but it sure is a pleasure when we do!