Replies: 2 comments 13 replies
-
Almost all functionality from Flask-Security is optional - if you only set SECURITY_RECOVERABLE - you will have just a /login endpoint and a /reset endpoint. If you don't want to use the FS package at all - look at the itsdangerous package - that is what FS uses to create the link - and as the data in the link put in some user identifier... |
Beta Was this translation helpful? Give feedback.
-
I got it running but after introducing |
Beta Was this translation helpful? Give feedback.
-
Hello,
Currently, I don't want the whole functionality of this package which is a bit complex for me. I just want to send to the user a link by which he can reset his password, I want the link and a form to reset. Do you have a minimal example for it?
Beta Was this translation helpful? Give feedback.
All reactions