laravel-sign-in-with-apple
laravel-sign-in-with-apple copied to clipboard
Shorten config keys
All factory included socialite packages are using relatively short keys like GOOGLE_CLIENT_ID
, I think it would make reading the config and env easier if this package would use APPLE_CLIENT_ID
. The unnecessary (in my opinion) SIGN_IN_WITH_
part just adds visual clutters.
I think just like you
@netpok Thanks for the suggestions. I'll consider this in the future.