Conversation
Codecov ReportBase: 21.13% // Head: 21.07% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #367 +/- ##
==========================================
- Coverage 21.13% 21.07% -0.06%
==========================================
Files 81 81
Lines 5215 5228 +13
==========================================
Hits 1102 1102
- Misses 3999 4012 +13
Partials 114 114
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
javaguirre
left a comment
There was a problem hiding this comment.
Just a small comment to know a bit more about Go. Thank!
mickmister
left a comment
There was a problem hiding this comment.
Looks good 👍 Agreed that we should phase out Permissions for Scopes
Blocked by pending changes to mattermost/mattermost#20941 so not approving atm
… into lev-OAuthScopes
…ugin-apps into lev-OAuthScopes
… into lev-OAuthScopes
| RequestedScopes model.AppScopes `json:"requested_scopes,omitempty"` | ||
|
|
||
| // Requested Access | ||
| // TODO: replace permissions with scopes? |
There was a problem hiding this comment.
In the future? Yes. But not in this PR.
|
|
||
| go 1.18 | ||
|
|
||
| // replace github.com/mattermost/mattermost-server/v6 => ../mattermost-server |
|
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
Summary
Adds support for OAuth2 scopes for apps. This complements (and depends on) mattermost/mattermost#20941
Ticket Link
https://mattermost.atlassian.net/browse/MM-36818