NirmalScaria / le-git-graph

Browser extension to add git graph to GitHub website.
https://chrome.google.com/webstore/detail/le-git-graph-commits-grap/joggkdfebigddmaagckekihhfncdobff
MIT License
3.13k stars 16 forks source link

Allow Configuring a New Auth Server #66

Open Joe-Zer0 opened 4 months ago

Joe-Zer0 commented 4 months ago

This is an amazing extension, thank you for your hard work creating it! I would like to be able to use it for repos within my organization. Unfortunately calling out to a 3rd party server for authentication is a security risk.

If you had instructions for how to create an internal authentication server, then we could mitigate this risk. The plugin would also need a field to configure where to call to auth.

Please let me know your thoughts. Is this the internal auth setup something that's easy to document for others to recreate?

Thank you for you consideration.