ajkpersonal

Results 2 comments of ajkpersonal

I'm trying to implement sign-in with magic links and this issue seems to make it impossible to implement in v6 since the link sent to and email gets opened in...

I get the same error with the following schema: ``` type UserObject @model @auth(rules: [{ allow: owner, ownerField: "id" }]) { id: ID! other: String } ``` Seems to be...