Skip to content

Conversation

wparad
Copy link
Collaborator

@wparad wparad commented Jun 22, 2025

@philsturgeon
Copy link
Contributor

@wparad looking real good!

@philsturgeon
Copy link
Contributor

I had a tiny smattering of notes in a random file and I'm just gonna pop it here in case anything is vaguely interesting about it.

OAuth is like a hotel key. You provide primary credentials (ID + credit card), get a token back that's generic, scoped, revocable, and tied to an expiration...and life's good. - @caseysoftware #jestphp
https://twitter.com/iansltx/status/1099065732665614337?s=12

Default to not letting anyone in, then specify the various authenticaton methods allowed per controller or endpoint. DO NOT implement a shitty auth strategy where all endpoints can only have ONE type of entry, or you find yourself duplicating endpoints just to get around that crap.

Implementations

@wparad
Copy link
Collaborator Author

wparad commented Aug 20, 2025

So I'm working through this and a good handle on the first part, so I'm throwing that up here, any thoughts so far, feedback, suggestions before I continue with the rest of it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants