PHP For Beginners, Ep 23 - Introduction to Authorization

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

love the series 🤗 can't wait for episode 24

MitchelKetcha
Автор

Hi Jeff, thanks for the video, .

few things i would do different,
1. the verification of user_id should be before getting the note
2.. i would apply same verification on the list of note by changing the query
3, if you using php 8, 1 +, then i would replace response class for Enum, a small refactor .
:)

jediampm
Автор

Thank you for always saying I got this, because I do get it every time.

umiamira
Автор

Jeff must be called PromiseMan during this course

maxeyed
Автор

Well, I don't know if that's a good security approach. Whether something is in the database or not should not always be taken into account when displaying information.

JACKoPL
Автор

How to add auth to my rest api in plain php without libs or any framework

AtomTCP
Автор

One question, why aren't using psr12?

lserranoit