beep

Results 30 issues of beep

Are there plans to add non self serving user management to hasura-auth? Now users can register themselves and then manage their own user data, eg. password. It would be nice...

enhancement

Currently it is impossible to deploy a function in nhost which can get path parameters. For example, if I create a function `todo` I am unable to call it like...

enhancement

Now when something is wrong with AUTH_JWT_CUSTOM_CLAIMS definition, eg. when it results in an erroneous Hasura graphql query, `/signin/email-password` doesn't report an error and simply doesn't generate the claims in...

bug
enhancement

I always wondered why the auth API-s are in REST and not in graphql, but I guess it is for compatibility, broader access and that you didn't want to manage...

enhancement

Now, when hasura-auth is started from nhost cli with the following config ```yaml auth: email: signin_email_verified_required: true ``` and trying to register a user using the JS client's `signUp()` function...

enhancement
priority: low

This is definitely (probably?) not an issue with mst-gql itself but I thought I report that with newer versions of Typescript the compilation of mst-gql models gets slower and slower....

bug
enhancement

The problem ---- Currently - and very logically - the generator generates `types.identifier` MST type for graphql fields of type `ID`. For example: ``` type Todo { id: ID ......

The MSTGQLStore.subscribe() fails when a DocumentNode is passed as query, ie. when an object created using graphql-tag is passed. The problem is that query.toString() doesn't work here, because graphql doesn't...

When running `yarn test:cra` in the main branch (with mst-gql 0.17.1) it fails with various Typescript errors, eg: ``` Compiled with problems: ERROR in src/model/ChoicesAggregateFieldsModel.base.ts:39:5 TS2322: Type 'IOptionalIType' is not...

bug

openchakra is a wonderful piece of software and would really be interested in https://github.com/premieroctet/openchakra/issues/71, and to be able to easily extend it with custom components, but there seem to be...