pronoob
pronoob
Explore posts from servers
SSolidJS
Created by pronoob on 3/3/2024 in #support
How do I "protect" routes? I am using @solidjs/router
Thank you! ❤️
3 replies
SSolidJS
Created by pronoob on 11/10/2023 in #support
How do I implement authentication?
Right, that would mean that the user has to login again every time the token is expired?
18 replies
SSolidJS
Created by pronoob on 11/10/2023 in #support
How do I implement authentication?
I mean after the session is closed
18 replies
SSolidJS
Created by pronoob on 11/10/2023 in #support
How do I implement authentication?
Doesn't that mean it will expire after few minutes though?
18 replies
SSolidJS
Created by pronoob on 11/10/2023 in #support
How do I implement authentication?
Looks like the article recommends storing the token in sessionStorage with other security measures
18 replies
SSolidJS
Created by pronoob on 11/10/2023 in #support
How do I implement authentication?
Oh, thank you!
18 replies
SSolidJS
Created by pronoob on 11/10/2023 in #support
How do I implement authentication?
right, in that case, what do you think I should do?
18 replies
SSolidJS
Created by pronoob on 11/10/2023 in #support
How do I implement authentication?
But I have heard that it is not recommended to do so (bad security practice)
18 replies
SSolidJS
Created by pronoob on 11/10/2023 in #support
How do I implement authentication?
I know that Discord stores the token in localStorage
18 replies
SSolidJS
Created by pronoob on 11/10/2023 in #support
How do I implement authentication?
I mean for the user session to persist
18 replies
SSolidJS
Created by pronoob on 11/10/2023 in #support
How do I implement authentication?
18 replies
SSolidJS
Created by pronoob on 11/10/2023 in #support
How do I implement authentication?
Where do you store the JWT client-side?
18 replies
SSolidJS
Created by pronoob on 11/10/2023 in #support
How do I implement authentication?
right, I have a backend in rust
18 replies
SSolidJS
Created by pronoob on 11/10/2023 in #support
How do I implement authentication?
I have few options, I am considering using cookies for authentication, if you have any other suggestions, please let me know; can someone point me to right direction? I want to use cookies-based authentication without using solid-start
18 replies
DDeno
Created by pronoob on 9/4/2023 in #help
Is WASM generally faster than using Deno FFI?
I presume there is an startup overhead for FFI which will make it slower
17 replies
DDeno
Created by pronoob on 9/4/2023 in #help
Is WASM generally faster than using Deno FFI?
What about FFI vs JS for something trivial like adding two numbers?
17 replies
SSolidJS
Created by pronoob on 8/27/2023 in #support
How to save canvas state to backend and load it later?
But how to "get" the state?
4 replies
DDeno
Created by pronoob on 8/17/2023 in #help
Question about for loops
I was so confused
27 replies
DDeno
Created by pronoob on 8/17/2023 in #help
Question about for loops
Thank you so much! ❤️
27 replies
DDeno
Created by pronoob on 8/17/2023 in #help
Question about for loops
I see, so the increment happens at the end or the next iteration
27 replies