-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for OAuth2 scopes #367
base: master
Are you sure you want to change the base?
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small comment to know a bit more about Go. Thank!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome 🚀
// Requested Access | ||
// TODO: replace permissions with scopes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the future? Yes. But not in this PR.
@@ -2,25 +2,27 @@ module github.com/mattermost/mattermost-plugin-apps | |||
|
|||
go 1.18 | |||
|
|||
// replace github.com/mattermost/mattermost-server/v6 => ../mattermost-server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be removed
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