Remove GitHub Auth related stuff? #921
Replies: 3 comments 6 replies
-
I use google auth much more often, so I switch up the github auth implementation with google auth when I start new projects. Having some external provider by default, is helpful for me. |
Beta Was this translation helpful? Give feedback.
-
I’ve talked with others offline who said similar things! I’ll keep it built in. Thank you all for your feedback! |
Beta Was this translation helpful? Give feedback.
-
All my projects are for regular clients thus Github auth is the first thing I remove and add Google instead. Github Auth in my opinion is only useful when your application is developed for other developers.. which I think is only a small percentage of all projects created with Epic Stack? It would be beneficial to replace GH auth with something more universal like Google and let that be an example to let users add Linkedin, Facebook, Github etc etc. |
Beta Was this translation helpful? Give feedback.
-
I'm considering removing GitHub auth related stuff (I actually am going to be adding PassKey support soon). This would involve a database migration to remove the connections and it would remove all the connections UI from the account management page. I'm just not sure how many people using the Epic stack actually benefit from having all of that code even if you don't end up using GitHub auth. If you wind up adding different OAuth providers, having the GitHub auth in there by default can be really useful. But I think we just move that to an example and people add that manually themselves. I'm just curious what people are doing with the GitHub auth when they start new projects.
So, are you using GitHub auth?
Beta Was this translation helpful? Give feedback.
All reactions