Skip to content
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

Regular user is forbidden to access team he just created #30

Closed
khorolets opened this issue Sep 26, 2016 · 1 comment
Closed

Regular user is forbidden to access team he just created #30

khorolets opened this issue Sep 26, 2016 · 1 comment
Assignees
Labels

Comments

@khorolets
Copy link
Collaborator

If create team by regular user and then try to GET /teams/:id we get

{
  "message": "You don't have the permission to access the requested resource.",
  "status": 403
}

It seems to happen because team is created without any member. I think the creator should become the first member of team.

@frol
Copy link
Owner

frol commented Sep 26, 2016

Thanks for the report.

khorolets added a commit to khorolets/flask-restplus-server-example that referenced this issue Sep 27, 2016
khorolets added a commit to khorolets/flask-restplus-server-example that referenced this issue Sep 27, 2016
khorolets added a commit to khorolets/flask-restplus-server-example that referenced this issue Sep 27, 2016
@frol frol closed this as completed in fd5ab4c Sep 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants