oskar
oskar
Hi I tried to verify if some jwt coming from outside is valid: ``` func verifyBackendJWT(token string, keyData []byte) (bool, error) { key, _ := jwt.ParseRSAPublicKeyFromPEM(keyData) fmt.Println("verify", key) parts :=...
I have a question once an element was dropped and I'm listening on drop event within ngxDroppable for displaying a confirm popup if container's of dragged element was changed. This...
## Bug report ### Steps to reproduce 1. add credential through api 2. login into vault 3. see "An error occurred during decryption" error ### Expected behaviour Once a credentials...
Hi we can't test anymore if the websocket is supported and not blocked due to used services to estabilish wss connection (wss: //echo.websocket.org: 443 /) since is down, instead we...