Authentication

GET /auth/oauth/providers Public

List the enabled OAuth providers.

curl
curl "https://freehire.dev/api/v1/auth/oauth/providers"
json — response
{ "data": ["google", "github"] }