You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some points are not clear to me:
how is it possible to renew the session (if I understood correctly, it expires after an hour) and auto-login after a certain period of inactivity of the application
return bcrypt.compare(password, row.password); i am getting that Property 'password' does not exist on type '{}'.ts(2339)
and on the error messages i am getting : Property 'errorMessage' does not exist on type '{}'.ts(2339)
i am getting problem with the types and you don't seem to have any of the kind. Can you help me understand what might've gone wrong
Blogpost: https://hartenfeller.dev/blog/sveltekit-diy-authentication-authorization
Comments on this issue are displayed on the blogpost.
The text was updated successfully, but these errors were encountered: