gpt4 book ai didi

elixir - 在Elixir,Phoenix中,如何将其他模块中的 session 作为一个模块使用Phoenix.Channel?

转载 作者:行者123 更新时间:2023-12-04 23:42:08 25 4
gpt4 key购买 nike

在 Elixir 和 Phoenix 中,我可以通过以下方式在 Controller 中获取 session

Plug.Conn.get_session(conn, :id)

那么如何将其他模块中的 session 作为模块使用 Phoenix.Channel ?

最佳答案

Plug.Conn Phoenix.Channel 中不可用. channel 依赖 Phoenix.Socket 相反,您可以使用 Phoenix.Token 用于身份验证。

Here是关于如何在 Phoenix 中验证 channel 的教程。

关于elixir - 在Elixir,Phoenix中,如何将其他模块中的 session 作为一个模块使用Phoenix.Channel?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34446712/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com