Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [remember-me]

A way to store personal information to make it easier for a user to fill in forms or login to websites at a later time.

0 votes
1 answer
65 views

How to implement Persistent Token based remember me services in custom Authentication Filter Spring Security 6 / Spring Boot 3.1

I am trying to understand Spring Boot security properly. This is the last sticking point I have and the documentation lacks a lot of detail. All the other examples and questions are too old and not ...
theMyth's user avatar
  • 157
0 votes
0 answers
33 views

Database Custom Remember Me Persistence Token Not Persisting Token

I did some spring boot web application using JSP and Spring security and so far is working fine. However I developed this for my mother and I need this site to never log out (or at least expire the ...
Jhonny's user avatar
  • 1
0 votes
0 answers
24 views

Symfony5.4 → 6.4 RememberMe is not recognized and logs me out when I set it as a cookie

Expected behavior In order to upgrade from Symfony 5.4 to Symfony 6.4, we have removed the currently deprecated "TokenBasedRememberMeServices" and implemented the new RememberMe autologin ...
cworain's user avatar
0 votes
0 answers
33 views

Why my 'email' in LoginFormAuthenticator is 'null'?

Im trying to do 'remember me' feature in my applicaton (in Symfony 6). I follow steps from 'https://symfonycasts.com/screencast/symfony-security/remember-me'. After all was done I got error during ...
Spowler's user avatar
  • 13
0 votes
0 answers
16 views

"Remember Me" functionality usng PassportJS with express-session and connect-redis not working on browser restart

passport.use( 'local', new LocalStrategy( strategyOptions, async ( req: Request, email: string, password: string, done: (error: any, user?: any, options?: ...
PirateApp's user avatar
  • 5,943
0 votes
0 answers
39 views

Symfony 6 Remember Me not working on mobile browsers while cookie correctly set

I'm using Symfony 6 and followed the instructions giver here to add the remember me function to my webapp. https://symfony.com/doc/current/security/remember_me.html#security-remember-me-storage The ...
Ben's user avatar
  • 1
0 votes
1 answer
37 views

How can I made login_history feature on laravel app including remember me authentication

I have a laravel 8.75 project and I made a login_history feature like this : class LoginEvent { use Dispatchable, InteractsWithSockets, SerializesModels; public $id; /** * Create a ...
Petitemo's user avatar
  • 187
1 vote
0 answers
151 views

Spring Authorization Server with Remember me

I am in the process of implementing Spring Authorization Server (v1.1.3) to provide SSO for multiple web applications, with additional REST endpoints for user management and overall administration of ...
vgabor's user avatar
  • 21
0 votes
0 answers
45 views

logger field of AbstractRememberMeServices class returns null when extending PersistentTokenBasedRememberMeServices in spring security

I need to extend PersistentTokenBasedRememberMeServices class to override some methods of it. but when I add any method in my new class (ExtendedPersistentTokenBasedRememberMeServices), the logger in ...
samaz's user avatar
  • 11
0 votes
1 answer
522 views

Laravel Login with remember me

I have some problems with "remember me". It keeps me logged in even if I haven't checked the "remember me" box. This is my code - LoginController.php: public function login(Request ...
user's user avatar
  • 1
0 votes
1 answer
186 views

Auth::getRecallerName() giving different remember token name in Laravel 9

I am implementing Laravel Remember Me functionality in my Laravel App. I am using two separate guards:- Guard 'admin' for admin panel. Guard 'user' for front-end site. Here is my code in config/auth....
Saswat's user avatar
  • 12.7k
0 votes
1 answer
195 views

How to get the new IP address of the user after reboot?

I have to make a program which is logging in a user with username and password, and after reboot the program skips the login screen. I am storing the user's PC IP address in a table and just select it....
dave25's user avatar
  • 171
0 votes
1 answer
730 views

Remember Me check Feature in Angular Login page?

This is my angular Html code: <form action="#" [formGroup]="login" (ngSubmit)="onSubmit()" class="login-form"> <label for=&...
Nani's user avatar
  • 9
0 votes
0 answers
79 views

Enabling a "Remember Me" or Non-Logout for Chrome Extensions

I am building a chrome extension for the first time. One issue I keep coming across is every 24 hours it logs me out. I have to re-login and I have no idea if there is a "remember me" or a ...
theMadKing's user avatar
  • 2,074
-1 votes
2 answers
253 views

Why doesn't this 'REMEMBER ME' function work in Dart?

I would like to check the 'shared_preferences' package in dart and if the user succeeds in logging in after checking the remember check box, save the email that the user used to log in and fill in the ...
Hssum's user avatar
  • 53

15 30 50 per page
1
2 3 4 5
36