Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
4.2 KiB
@atproto/oauth-scopes
0.2.0
Minor Changes
- #4149
8914f9abd
Thanks @matthieusieben! - MethodauthenticateRequest
now returnsSignedTokenPayload
Patch Changes
-
#4149
8914f9abd
Thanks @matthieusieben! - Add scope normalization utility -
Updated dependencies []:
- @atproto/lexicon@0.5.1
0.1.0
Minor Changes
-
#4108
f9dc9aa4c
Thanks @matthieusieben! - Rework scope parsing utilities to work with Lexicon defined permissions -
#4108
f9dc9aa4c
Thanks @matthieusieben! - Use strict NSID validation. repo & rpc scopes with invalid NSIDs will be rejected. -
#4108
f9dc9aa4c
Thanks @matthieusieben! - RenamePermissionSet
toScopePermissions
-
#4108
f9dc9aa4c
Thanks @matthieusieben! - Renaming of "resource" concept to better reflect the fact that not all oauth scope values are about resources -
#4108
f9dc9aa4c
Thanks @matthieusieben! - Enforce proper formatting of audience (atproto supported did + fragment part)
Patch Changes
-
#4108
f9dc9aa4c
Thanks @matthieusieben! - Ignore empty string when building aScopePermissions
-
#4108
f9dc9aa4c
Thanks @matthieusieben! - Export constants and type assertion utilities -
Updated dependencies [
f9dc9aa4c
,f9dc9aa4c
,f9dc9aa4c
,f9dc9aa4c
,f9dc9aa4c
,f9dc9aa4c
,f9dc9aa4c
]:- @atproto/lexicon@0.5.0
- @atproto/syntax@0.4.1
- @atproto/did@0.2.0
0.0.2
Patch Changes
- #4097
c274bd1b3
Thanks @matthieusieben! - Fix permission bug withtransition:email
scope
0.0.1
Patch Changes
- #3806
1899b1fc1
Thanks @matthieusieben! - Initial implementation of library used to parse ATProto OAuth scopes