-
Hi there! For the past couple of weeks, I've been building a web app for school using ReactPy. Now, I need to implement a login feature. I've written this code, but I'm sure it's far from perfect. Could you give me some advice on how to make it secure? Thanks!
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
This will work, but the issue is that once you refresh the page you'll have to log in again. We don't have a built-in solution for this yet, but we're working on it. |
Beta Was this translation helpful? Give feedback.
-
Hi @dnl0037 , thanks for sharing this high level code. However, I implemented practically the same thing just to test and it works but the dashboard page is rendered only momentarily (for a split second) on successful verification before the login page is rendered permanently. Was this your experience too? If so, how did you work around it? |
Beta Was this translation helpful? Give feedback.
This will work, but the issue is that once you refresh the page you'll have to log in again. We don't have a built-in solution for this yet, but we're working on it.