Skip to content

outline for auth #111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

outline for auth #111

wants to merge 1 commit into from

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

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