Jonas Hungershausen

Results 120 comments of Jonas Hungershausen

Indeed, very annoying. Would be nice to have a solution for this.

@aeneasr yes, I already thought so. Will take a look.

I played around with the relevant code here a bit and would like a bit of feedback before I start to implement anything. This is a bit of weird situation,...

Thanks for the write-up. You are right, I focused on the JSON endpoint for submitting the flow and didn't actually think about actual HTML form submission as another use-case. I...

@aeneasr is this issue still up-for-grabs and relevant? Would love to take a look at it. I skimmed the existing parts of the credential import code and read through #605...

Alright, I had a look at this. Firebase is not using `scrypt` directly, [but a fork](https://github.com/firebase/scrypt), meaning Firebase passwords can not be verified using the [standard scrypt library](https://github.com/Tarsnap/scrypt) AFAICT. To...

> Phew, that sounds complicated. I would suggest to park Firebase import for now. Do you have some links for reading into the topic? Yup, thought so as well. The...

@eli-wand GitHub only allows to close as `completed` or `not-planned`. This is obviously a bug. So it's definitely on the roadmap.

Should be quite trivial to solve, contributions are welcome :)

> The email body will contain sensitive information such as the recovery code or token. Do we really want to include it in the payload? I think it would be...