basically I put a 'set-cookie' header by modifying conn with Plug.Conn.put_resp_cookie("token", token, http_only: true, secure: false, ...
確定! 回上一頁