Skip to content

Commit

Permalink
feat(scopes): Allow apps to define different API scopes for different…
Browse files Browse the repository at this point in the history
… target clients

Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Oct 28, 2023
1 parent 05efabc commit 26debec
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 188 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# https://editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
Loading

0 comments on commit 26debec

Please sign in to comment.