Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

User registering/login management in GWT application

Tags:

java

gwt

I have a java application with GWT frontend, that do some stuff.

Now I want to implement users and their registrations, things like "forgot password", logging in and out.

My problem is - it is a thing, that almost everyone does at their application, but there are many things to do wrong (hashing passwords, somebody faking "forgot password", and so on), so there has to be some general solution or library.

And what I mean by that is both some GUI widget on client side and something for the server side, that would handle the user logins and save their passwords.

Does something like that exist?

like image 565
Karel Bílek Avatar asked Nov 14 '22 01:11

Karel Bílek


1 Answers

Look here

It describes several things:

  • How to Create a 'login' page that is based on user/password authentication.
  • How to Store this data in a secure fashion on your server.
  • Allow users to 'remain logged in' for as long as you want so they don't have to enter their user name and password every time.

and much more.

like image 56
Tomer Avatar answered Jan 16 '23 05:01

Tomer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!