-
Recently, I ran a `cargo update` on my project, and the release binary size jumped ~0.13MB. Relevant CI builds are https://github.com/ravenclaw900/DietPi-Dashboard/actions/runs/5523750813 (old) and ht…
-
This is my `models/users.ts` file:
import mongoose from 'mongoose';
const Schema = mongoose.Schema;
import passportLocalMongoose from 'passport-local-mongoose';
export inte…
-
vue-video-player@5.0.2
### Error
Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> .video-js .vjs-big-play-button .vjs-icon-p…
-
### Current Behavior
When trying to test my components using RNTL and getByRole "button" I get an error since Tamagui implementation it's just a View under the hood (As far as I could figure out).
…
-
### Describe the bug
I am trying to access my User model's "roles" properties. I am using the @loopback/authentication-jwt package for JWT authentication.
I have tried to bind a custom JWTServic…
apfz updated
8 months ago
-
Boa tarde.
Estou tentando acessar o Izing com usuários criados no painel do administrador, porem quando coloco e-mail e senha criada para um usuário e tento acessar pelo ip:8080 em outra maquina na…
-
Error:
```
TypeError: Cannot read property 'dependencies' of undefined
at DependencyGraph.dependencies$ (/Users/hafiz/.nvm/versions/io.js/v1.8.1/lib/node_modules/dr-frankenstyle/dependency_graph.…
sogko updated
6 years ago
-
### What version of Bun is running?
1.0.11+f7f6233ea
### What platform is your computer?
Darwin 23.1.0 arm64 arm
### What steps can reproduce the bug?
1. Create a program, which reads from a .env…
-
Came back 24 hours later to my site and the JWT auth started giving a 401 unauthorized.
Had to delete from identityAuthTokens since trying to generate a new token doesn't if one exists in this table.…
-
In order to easily support multi tenant scenarios, it would be useful to have optionally have a callback function take the JWT and return the key.
To keep the API simple the idea would be to keep the…