On Wednesday, February 15, 2017 at 11:02:43 AM UTC-5, [email protected] wrote: > > > I want to send user's credentials to the application and automatically > login the user when user clicks the button/link. > > Is it possible to achieve this without using ajax ? >
Instead of sending the credentials direct (it can have security implications), people will often use oAuth, JWT or similar technologies to achieve something like this. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/28af9a8b-3a20-4ef9-a190-481cf0e6468b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
