Nekonyx / next-auth-steam

Steam authentication provider for next-auth
70 stars 18 forks source link

Add `clientSecret` type to `SteamProviderOptions` #14

Closed rufio-tf2 closed 9 months ago

rufio-tf2 commented 11 months ago

Add clientSecret to the SteamProviderOptions type interface.

rufio-tf2 commented 11 months ago

Perhaps the type should allow for undefined?

Nekonyx commented 10 months ago

clientSecret should be inherited from OAuthUserConfig, so we don't have to specify it explicitly.