N
N
number12018-09-11 19:11:19
Laravel
number1, 2018-09-11 19:11:19

Custom authentication in laravel 5.4?

You need to do custom authentication.
After entering the login and password, the data is sent to a third-party service (otrs), where the user is authenticated. Then, if successful, certain data is returned and written to the session.
I can't figure out how to override the default authentication.
How do I indicate that the user has authenticated?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
JhaoDa, 2018-09-11
@JhaoDa

Not authorization, but authentication. The documentation says that .

A
Alexander Pushkarev, 2018-09-11
@AXP-dev

The most adequate variant - OAuth2. There are a lot of packages for this.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question