teamhanko / hanko

Authentication and user management for the passkey era.
https://hanko.io
Other
5.67k stars 794 forks source link

feat(flow-api): suspend oauth action when no provider enabled #1383

Closed lfleischmann closed 5 months ago

lfleischmann commented 6 months ago

Description

The shared thirdparty_oauth action is currently offered as a viable action even if no providers are enabled.

Implementation