Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

do not send create home request if user has not yet been migrated #52

Closed
butonic opened this issue Jun 19, 2020 · 1 comment · Fixed by #63
Closed

do not send create home request if user has not yet been migrated #52

butonic opened this issue Jun 19, 2020 · 1 comment · Fixed by #63
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@butonic
Copy link
Member

butonic commented Jun 19, 2020

Currently, the create_home middleware will always try to send a create home request. We should omit that when the user has not been migrated and still lives in oc10.

@butonic butonic added the bug Something isn't working label Jun 19, 2020
@butonic butonic added the good first issue Good for newcomers label Jun 19, 2020
@C0rby
Copy link
Contributor

C0rby commented Jul 8, 2020

How can we make the distinction if the user has been migrated or not?
In the CreateHome middleware I only have the token. Do I need to parse it and look in the claims or something else?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants