Amlan Kumar Nandy

Results 52 issues of Amlan Kumar Nandy

**Is your feature request related to a problem? Please describe.** Point is add a getCurrentUser method which runs whenever the app loads. It checks if the user is authenticated and...

# Description When logged in, navbar shows the logut button. Otherwise it shows the login button. Also the logout button is fully functional. Fixes #144 ## Type of change -...

**Describe the bug** Even when logged in, navbar shows the login button. It should show the log out button instead. **To Reproduce** Steps to reproduce the behavior: 1. Login 2....

# Description PR consists of the following changes - 1. Whenever a new user is created, a confirmation email is sent to verify that account. Only after email confirmation, that...

**Is your feature request related to a problem? Please describe.** After the creation of an account, it must be verified by email before it can be used. **Describe the solution...

# Description Created access decorators for each user type - Admin, Management, Extractor If you add this decorator (e.g mangement_only decorator) on a route, then that route will only be...

**Is your feature request related to a problem? Please describe.** Currently, only some routes are being protected and can be used only by admins. The plan is to add such...

# Description Created auto-documentation for the server using self-doc. One can view the documentation by going to the root route of the server. i.e localhost:5000/ Now, whenever a new route...

# Description Implemented the feature for resetting your account password by sending a reset email to your email 1. Created routes for sending the reset email and then updating your...

**Is your feature request related to a problem? Please describe.** There is a 'forget password' option in the Login Screen but it's not functional. The plan is to implement the...