Neya

Results 11 comments of Neya

Hey @smpallen99 any updates on this? I'm trying to setup multiple user models in an umbrella application and I'm concerned that since coherence uses cookies to identify a logged in...

> mix archive.install ./phauxth_new.ez Still fails with `** (Mix) Installation failed: invalid archive file` unfortunately.

@riverrun David, here's how I use refresh tokens right now w/ Phauxth. This file resides in my controllers folder inside API/auth. Maybe you can just add this to the generator...

So a brief explanation of how I use the above. When access token expires, the client will send the refresh token as a `Bearer` token in the API call, if...

> Just FYI, I had no problem making Phauxth work with LiveView using the following "helper" module: > > ```elixir > defmodule PlaygroundWeb.Auth.Live do > @moduledoc """ > Provides authenticated...

Thank you, I'm currently planning to namespace this list as it's growing quickly in size. Kind of like categories that eventually merge into one big file (and you will be...

> `fxxk` Sorry for the delayed reply, will be more than happy to add it to the list if you can send a PR of the list of swear words...

Does Svelte still support this? The downside of disallowing x="{y}" syntax is that it breaks functionality in other frameworks. For example, HEEX templated in Phoenix/Elixir already use the exact syntax...

> I don't understand what a different template language has to do with this change? Could you elaborate? What is `mycomponent` in your example? What is the connection to Svelte...

Thanks @Rich-Harris and @dummdidumm for taking a closer look!