How can I implement Pow in a LiveView project?

I’m currently studying the Pow, but from what I saw, it doesn’t have a direct implementation for a LiveView project. But this can be circumvented by using the appropriate controllers to link sessions and user registration. In my use I don’t necessarily need to pass an Email and Password, just a Token, which validates the user’s login. Pow itself has its own implementation with email and password, which ends up not being viable for me. I was wondering if there is a way to customize this configuration and still be able to implement it to LiveView. I’m sorry for any hasty mistake about using Pow, but I’m still a layman with it.

I saw that @danschultzer recently mentioned the creation of a Pow.Phoenix.Socket, I believe that soon there will be an important update :smile:

1 Like