Why other two authentication methods are disabled in MAGE? Only Username & Password are enabled.
As the title said π
5 Replies
Ah yes! Because we have those in Wasp, but we didn't yet put time into adding them to Mage / getting Mage to use them. It shouldn't be too hard, but priorities. Oh, one thing to note is that for the email/pass or Google users would need to set up some aditional ENV vars (for email provider, or for google tokens), so username & pass is the only one that you can get rolling with immediatelly, which is why we want with that one for start.
ah got it. I am working on (or rather, attempting to), adding them into MAGE. I have forked so far, and will contribute back. Haven't been fired up about anything as much as Wasp got me roaring now!
Oh wow ok excited to hear about that! At the begining we had the login logic also be generated excluslivey by Mage, but as you will notice, we konw instead generate it deterministically first, and then Mage does other stuff, because that way we avoid Mage introducing mistakes into it. So those two should probably be also added in the similar way.
That's exactly how I plan to too π
ooooh nice one!