hasura-auth icon indicating copy to clipboard operation
hasura-auth copied to clipboard

Authentication for Hasura.

Results 76 hasura-auth issues
Sort by recently updated
recently updated
newest added

Would be a great addition to this lib to support OpenID Connect Oauth standard, to configure and provide custom auth providers.

First I have defined custom claim like this: ``` AUTH_JWT_CUSTOM_CLAIMS: '{"my-property-ids":"properties.id"}' ``` When user have properties, in the token I expect to have array with the IDs of these properties...

I'm trying to use hasura-auth as a selfhosted service with docker. In development this works really nice. Now I want to deploy my application and I got stuck on the...

Hey, This is potentially a security vulnerability. I am reporting it here since you neither have a [security policy](https://github.com/nhost/hasura-auth/security) in your repository nor your website uses the https://securitytxt.org/ standard (I...

Before submitting this PR: ### Checklist - [x] No breaking changes - [x] Tests pass - [x] New features have new tests - [x] Documentation is updated ### Breaking changes...

I'm not sure if I understand the usage of allowedRole input in case of sign-up, wouldn't that mean the end-users/client can add as many roles as they want to the...

I'm using CampaignMonitor smtp, they currently rewrite all links in email to track if it was opened. If I need to change this behavior I need to provide custom header...

This PR allows you to disable SSO signup, while still allowing SSO login for existing accounts (see https://github.com/nhost/hasura-auth/issues/157). To do this it adds 2 environment variables: - `AUTH_PROVIDER_SIGNUP_ENABLED` - boolean...

Hi, We are self hosting on render.com, using sendgrid.com, everything is working great other than we receive no emails and sendgrid.com shows no activity. We turned on `AUTH_LOG_LEVEL=error` but there...

We should use the same development tools and practices across our Node projects when possible: - bump versions with changesets - use the same prettier/eslint config as in nhost/nhost In...

priority: medium