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
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
For me only read_user and openid should be enough.
The problem is if by default there is no scope set, Gitlab will allow the scope : api which is very permissive towards the end user, because the Gitlab API is very powerful.
What is your point of view on this ? ;) 🍻
The text was updated successfully, but these errors were encountered:
Hi Julien,
It doesn't really seem appropriate not to define a scope for the request of Gitlab connect :
https://github.com/julienj/twity/blob/master/src/Security/GitlabAuthenticator.php#L123
The doc show how we can define a specific scope :
For me only
read_user
andopenid
should be enough.The problem is if by default there is no scope set, Gitlab will allow the scope :
api
which is very permissive towards the end user, because the Gitlab API is very powerful.What is your point of view on this ? ;) 🍻
The text was updated successfully, but these errors were encountered: