Thanks for replying.

On Wednesday, August 21, 2019 at 2:49:06 AM UTC+5:30, Tito wrote:
>
> there is already an answer for you in https://gitter.im/angular/angular.js
>
> +++V+++
>
> no, just no
> don't do that
> at all
> you don't keep authentication data in a front-end application
> nor in a cookie
> you only store it hashed in your database
> and that's the backend's responsability
> the only thing you're allowed to do is securely pass the data to the 
> backend
>
> On Tuesday, August 20, 2019 at 7:04:24 AM UTC-7, Raghu Ram wrote:
>>
>> I want to store login id and password whenever remember me checkbox is 
>> checked. Next time when user enters url in the browser login id and 
>> password should get populated ie..user need not enter user id and password.
>> I have implemented using cookies, Can you please suggest me a secure way 
>> of doing this.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/63333272-6567-4dca-975b-6576ed25dfc4%40googlegroups.com.

Reply via email to