Jump to content

Login


lewisandrea

This topic is 1517 days old. Please don't post here. Open a new topic instead.

Recommended Posts

What do you mean by "introduces the name and password"

If you are thinking of creating your own login screen keep this in mind:

in order to get to your screen you have to auto-login everybody and anybody without challenge first.  Which does exactly what it means: it lets *everybody* into your solution unchallenged before your scripting and UI takes over.  That's called 'roll-your-own' or 'ersatz' security and has traditionally proven to be very weak and easy to break.

Doubly so if you actually want to use your own table of users and passwords instead of native or external accounts.

If you want to customize the login, consider using an OAuth provider where you can customize the login page, which would keep all of it part of the native security scheme.

  • Like 1
Link to comment
Share on other sites

This topic is 1517 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.