WORKSHOP - Authentication & Authorization by Kevin Pfeifer

WORKSHOP - Authentication & Authorization by Kevin Pfeifer

CakePHP

1 год назад

5,820 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@fakhralam1238
@fakhralam1238 - 04.01.2024 08:02

looking for a video on saving datetime values in database and show it to different user based on their selected timezones
and also get from them in their timezone and save in common timezone
best and optimized way to handle it using cakephp 5

Ответить
@papiicodes
@papiicodes - 10.09.2023 11:18

Hi Kevin, do you have video for JWT Stateless Auth in CakePHP API?

Ответить
@sylviadamlabing5358
@sylviadamlabing5358 - 12.08.2023 16:26

Thanks. This was very usefull

Ответить
@AndrewLee-mn1mn
@AndrewLee-mn1mn - 30.07.2023 09:11

Dear Kevin,

How do we allow unauthorized access to the landing page after the implementation of myservice policies and all the others?

Ответить
@GuillermoVenuto
@GuillermoVenuto - 06.03.2023 16:30

Hi Kevin,

I have a question. While using the "Request Authorization Middleware," I've noticed that the "canAccess($identity, ServerRequest $request)" function, when the $identity parameter is null, does not generate a redirection like the "Authentication" plugin does. Am I missing something, or do I have to do implement it myself? If so, how would I go about it?

Thanks for your great explanatory video.

Ответить
@WilmerOrtizCastillo
@WilmerOrtizCastillo - 20.02.2023 05:33

Hello, one question, is there a way to change the "id" to another name such as "user_id"? or where I configure to tell cakephp that the "id" is going to be replaced by "user_id" from my "users" table.

Ответить