joepstender
joepstender
Check here: https://github.com/joepstender/testpow
Unfortunately that doesn't seem to work. Same error message. I propose I write a step-by-step guide that could be checked and perhaps when we get it working used for https://powauth.com...
Thanks for reopening. I added the triplex plug [here](https://github.com/joepstender/testpow/commit/cab8b516d522c1858f6bcd8714bc92dc2d26a153). In your test you do: ```elixir defp set_triplex_tenant(conn, tenant) do conn = %{conn | params: %{"subdomain" => tenant}} opts = Triplex.ParamPlug.init(param:...
I cannot get Triplex working correctly when putting the (Param)Plug in endpoint.ex, when I put it in the router (like Triplex documentation [suggests](https://hexdocs.pm/triplex/Triplex.ParamPlug.html#content)) the :tenant, and :raw_current_tenant become available from...
Updated the issue title. I must say after having a quick try with [phx.gen.auth](https://github.com/aaronrenner/phx_gen_auth) I do appreciate the fact that all code it generates is right there within my project....
For reference and inspiration, there is a project covering a multi select search component here: [https://github.com/maxmarcon/live_select](https://github.com/maxmarcon/live_select). Would be great to have this in petal_components.
I had to: `sudo vim /etc/default/locale` Then paste the following: ``` LANGUAGE="en_US.UTF-8" LC_ALL="en_US.UTF-8" ``` Save the file. Logout and login again.
Yeah I tried again and this still occurs, now this time I used Ubuntu 20.04 (LTS) x64, could that cause the issue? Strange because bin/build-install-deps-ubuntu indeed has: ``` # Make...