Johan Eliasson

Results 164 comments of Johan Eliasson

Since we can not modify existing migrations, and this `CRETE SCHEMA IF NOT EXISTS auth` must happen before all migrations are executed here are a few solutions: 1. State that...

@Parables What's your output of `nhost up`? I suspect there is a warning about a configuration update for SMTP settings. About the warning. The warning is technically correct, but maybe...

I would probably not implement this in Hasura Auth and instead push the responsibility to the developer to manage manaually for now.

> Can I achieve this behavior in this version? Not directly, but I think you can add a single random email to "allowed emails" so no one will be able...

@alveshelio What is the use case for you? My initial thinking with `locale` was to store language information only for for email templates using [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) but do you...

I think this is a good idea. In the meantime, you can use the `AUTH_ACCESS_CONTROL_*` env vars to block/allow emails to sign up.

I'm not sure I understand exactly what you mean here. Could you explain a scenario from start to finish and how webhooks would be involved?

I think we can have this as an environment variable: `AUTH_SMS_TEMPLATE`. I'll move this issue to Hasura Auth for now.

Sorry for the delay, I will review this PR next week. I've put time in my calendar for it.

Given what I'm reading in this thread, I think things are working as expected. After a signup request, if the user is **not** automatically signed in, we should not return...