fix1t / but-iis-iot-is

2 stars 1 forks source link

Authentification #14

Closed fix1t closed 1 year ago

fix1t commented 1 year ago

12 Registration

fix1t commented 1 year ago

Líbí se mi, že vypisuješ uživateli, když hesla nejsou stejná při registraci nebo nesplňují minimální počet znaků

BUG: Při odeslání registrace se mi hodí Internal Server Error a tenhle error:

Error: secretOrPrivateKey must have a value
    at module.exports [as sign] (/but-iis-iot/src/node_modules/jsonwebtoken/sign.js:111:20)
    at registerUser (/but-iis-iot/src/controllers/users-controller.js:45:27)

uživatel se ale zároveň normálně vytvořil a server běží dál...

nemas doplneny .env -> see discord

fix1t commented 1 year ago

11 Login

fix1t commented 1 year ago

16 Logout