Login and password - Encrypted URL

Hello Everyone!

Is there a way to create an URL with encrypted login and password, so the user doesn’t need to type these infos, skipping login page? How about security? Is this safe?

Thanks mates!

Hi.
We do this for specific task. So a URL with one-time token is generated, giving the user access to a particular page which they can access with the URL just once. They can’t even refresh.
Based on token, data displayed is relevant to their account in the system.
Haven’t found any security issues with that.

But, if you are talking about logging the user in, that should also work out fine as long as the token is single-use & should be safe enough too if the token has like a 2-3 min auto-expiry time.

2 Likes

Hi @otavionestares,

Is this what you need?

1 Like

not exactly, but very good guide! Thanks @jellederijke!!

1 Like