shirishgoyal
shirishgoyal
AEAsh Elixir
Created by shirishgoyal on 6/5/2023 in #support
Test coverage for actions
okie got it
10 replies
AEAsh Elixir
Created by obsidian on 5/31/2023 in #support
Is it possible to pass a map to args instead of a list of attributes in code_interface?
28 replies
AEAsh Elixir
Created by kingdomcoder on 6/1/2023 in #support
AshAuthentication: Set return_to from LiveView redirect to login page
Check https://ash-hq.org/docs/guides/ash_authentication_phoenix/latest/use-ash-authentication-with-liveview#liveuserauth where session is being passed to liveview. You can easily keep it in socket and reuse it when needed
4 replies
AEAsh Elixir
Created by kingdomcoder on 6/1/2023 in #support
AshAuthentication: Set return_to from LiveView redirect to login page
It has a complete example of how to pass return_to parameter
4 replies
AEAsh Elixir
Created by kingdomcoder on 6/1/2023 in #support
AshAuthentication: Set return_to from LiveView redirect to login page
4 replies
AEAsh Elixir
Created by TechnoMage on 5/19/2023 in #support
Authentication crashing
did you check the subject_to_user in your project?
25 replies
AEAsh Elixir
Created by TechnoMage on 5/19/2023 in #support
Authentication crashing
error pointing to AshAuthentication.subject_to_user
25 replies
AEAsh Elixir
Created by ZachDaniel on 1/21/2023 in #showcase
Coinbits V2
yes already saw that for ash authentication implementation 🙂
5 replies
AEAsh Elixir
Created by ZachDaniel on 1/21/2023 in #showcase
Coinbits V2
is this open source by any chance?
5 replies
AEAsh Elixir
Created by shirishgoyal on 1/25/2023 in #support
AshAuthentication - How to alter page templates?
@jart @Zach Daniel thanks a lot for quick response. really appreciate!
42 replies
AEAsh Elixir
Created by shirishgoyal on 1/25/2023 in #support
AshAuthentication - How to alter page templates?
I am not sure if you have seen Blend in .NET. I think it implemented the best way to keep functionality isolated from UI. Yet to see something similiar for HTML
42 replies
AEAsh Elixir
Created by shirishgoyal on 1/25/2023 in #support
AshAuthentication - How to alter page templates?
@Zach Daniel completely agree
42 replies
AEAsh Elixir
Created by shirishgoyal on 1/25/2023 in #support
AshAuthentication - How to alter page templates?
I had my own set of live view components which are more aligned to the branding and wanted to use those
42 replies
AEAsh Elixir
Created by shirishgoyal on 1/25/2023 in #support
AshAuthentication - How to alter page templates?
but not sure if liveview or phoenix actually allows that
42 replies
AEAsh Elixir
Created by shirishgoyal on 1/25/2023 in #support
AshAuthentication - How to alter page templates?
I think replacing modules in UI is a much better option instead of ui classes. This way rigid structure of html including classes can be dealt with when needed.
42 replies
AEAsh Elixir
Created by shirishgoyal on 1/25/2023 in #support
AshAuthentication - How to alter page templates?
can I pass a different module to it instead of Components.Banner?
42 replies
AEAsh Elixir
Created by shirishgoyal on 1/25/2023 in #support
AshAuthentication - How to alter page templates?
can't see a way to just override it with a new banner component
42 replies
AEAsh Elixir
Created by shirishgoyal on 1/25/2023 in #support
AshAuthentication - How to alter page templates?
this part only allows to toggle banner
42 replies
AEAsh Elixir
Created by shirishgoyal on 1/25/2023 in #support
AshAuthentication - How to alter page templates?
<%= if override_for(@overrides, :show_banner, true) do %> <.live_component module={Components.Banner} socket={@socket} id="sign-in-banner" overrides={@overrides} /> <% end %>
42 replies
AEAsh Elixir
Created by shirishgoyal on 1/25/2023 in #support
AshAuthentication - How to alter page templates?
I did all the steps as per docs, seems like resettable was not mentioned as settings
42 replies