Auth

simple@lemmy.mywire.xyz to Programmer Humor@programming.dev – 35 points –
12

You are viewing a single comment

And even with 'AuthN' vs 'AuthZ' it always takes me a minute to spell them out and work out which is which

What's this authN / authZ business?

AutheNtication vs. AuthoriZation, I believe

How's that supposed to help?

AuthN is: I claim to be dreadgoat, but how can I prove it? (login, password, mfa)
AuthZ is: Now that you know I am dreadgoat, do I have permission to post this comment? (access control, roles, attributes)

I know what they are and the differences, I thought the N and Z would somehow be an easy way to work it out/remember. But the trick is just to remember which is which.