You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These keys can be authenticated separately (don't require standard mfa, email password)
Returns a list of permisions
Non-Goals
Not used as another way to fully authenticate
Not used as a way to access user specific data whilst logged in
Does not auto return anything or provide a schema to return via the api
Background
Helpful way to store and access api keys without needing to build one for every app. No current alternatives that I can find other than making a realy long session with this, or making it yourself.
Proposal
There should be functions like createKey(user, permisions, options)verifyKey(key)updateKey(key, options)deleteKey(key)timeoutKey(key) etc
Another way to authenticate API requests is also ok, this is just what I believe to be the most common
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Goals
Non-Goals
Background
Helpful way to store and access api keys without needing to build one for every app. No current alternatives that I can find other than making a realy long session with this, or making it yourself.
Proposal
There should be functions like
createKey(user, permisions, options)
verifyKey(key)
updateKey(key, options)
deleteKey(key)
timeoutKey(key)
etcAnother way to authenticate API requests is also ok, this is just what I believe to be the most common
Beta Was this translation helpful? Give feedback.
All reactions