prabushitha / gremlin-visualizer

visualize a graph network corresponding to a gremlin query
MIT License
230 stars 72 forks source link

Google OAuth2 authentication changes #37

Open obaqueiro-primetrust opened 2 years ago

obaqueiro-primetrust commented 2 years ago

I've got an implementation of Google OAuth2 signin (using the new Google Signin framework) available at https://github.com/prabushitha/gremlin-visualizer/compare/master...obaqueiro-primetrust:gremlin-visualizer:google_open_id . Ready to be merged once the Neptune change is made (the oauth2 changes are done on top of the others).

Additionally I have additional changes that will be adding in a separate PR with minor UI improvements (double click node to "expand" both in and out edges) and perform query search when pressing [Enter] in the query input text.

I plan on doing additional improvements to my fork:

Long Term / Maybe