erikhu

Results 7 comments of erikhu

@ankurk91 i did the minimal reproduction with a fresh vue project in ts. it's more easy if you could clone it. on this way when you run the command you...

> One solution is change `PragmaRX\Support\PhpSession:27`: > > ``` > private function isStarted() > { > return session_status() === PHP_SESSION_ACTIVE || session_status() === PHP_SESSION_NONE; > } > ``` i don't...

@shawngoh87 i thought the same but the problem is that if it is not started a session it must be create it, so the code in line 21 of PhpSession.php...

same error here :( "react-native-signature-canvas": "^3.0.0", "react-native-webview": "^10.3.2", ![error](https://user-images.githubusercontent.com/7550327/87811500-63fb1a80-c824-11ea-898f-52d59355f984.png)

i created a fork of this project and add Guardian.Phoenix.SocketLive, i hope it help https://github.com/erikhu/guardian_phoenix , only you need to get is the token from the session and use it...

@Hanspagh the type of liveview socket is different to the websocket, so if you use Guardian.Phoenix.Socket.authenticate(socket, MyApp.Guardian, token) in liveview it raise exception when try to assign the values, you...