2) After following the documentation - the Google standard auth option would not appear on the login / register. By chance, I found a comment in the platform's code "Fill in the provider_slug to be the same as backend_name for backwards compatability". Once I changed the Provider slug on the Django Admin form from an arbitrary string (as per the suggestion on the screen) to "google-auth2", I got a second configuration record created - and two Google icons showing on the login / register forms (one blue and one red).
Questions to the group:
(1) Is the master / Ginkgo code being actively updated as it relates to 3rd party OAuth2? Is the "provider slug" glitch just a fluke, or is there something I need to be aware of as I'm trying to put my custom configuration in?
(2) Is there a way to "delete" one of the configuration records in Django Admin - I don't need two Google icons
(3) Can the documentation be cleaned up to reflect the code and the exact necessary setup steps