users icon indicating copy to clipboard operation
users copied to clipboard

ajax login

Open rrd108 opened this issue 6 years ago • 2 comments

I want to login form a vuejs frontend. For that I would need to get the csfr token first and than send it to the login action, or disable csrf for login. Is there any way to do it?

rrd108 avatar Nov 30 '19 16:11 rrd108

I have solved it by creating a get-token method in my own UsersController

rrd108 avatar Jan 01 '20 16:01 rrd108

It seems that in the last version my earlier solution does not work for ajax login. Any idea how to do that? I would like to send the username and the password via ajax to the login url.

rrd108 avatar Jul 25 '20 15:07 rrd108