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

fix: adjusment to send user informations on login #39

Merged
merged 2 commits into from
Dec 4, 2023
Merged

Conversation

Daaaiii
Copy link
Member

@Daaaiii Daaaiii commented Nov 30, 2023

Nova resposta do login:

 {
    "message": "Acesso permitido",
    "data": {
        "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjaWQiOjEsInBpZCI6IjVjOWYwOGU5LTIwZTAtNDgyNS05NzJhLWVhMjU3Yzk5Yzc3MSIsImlhdCI6MTcwMTM0NzUyNSwiZXhwIjoxNzAxMzUxMTI1LCJzdWIiOiJhY2Nlc3MifQ.NjQwMHHMmQtpXxWjG2wNGvSyL9Q1qS1LFHjs_Tz2e_k",
        "refreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjaWQiOjEsInBpZCI6IjVjOWYwOGU5LTIwZTAtNDgyNS05NzJhLWVhMjU3Yzk5Yzc3MSIsImlhdCI6MTcwMTM0NzUyNSwibmJmIjoxNzAxMzUxMTI1LCJleHAiOjE3MDEzNTQ3MjUsInN1YiI6InJlZnJlc2gifQ.BgvBfGdNAQAviJS1WVafYqAcI18lTAKfl0zORGMjQwQ",
        "user": {
            "pid": "5c9f08e9-20e0-4825-972a-ea257c99c771",
            "parentName": "Daiane Bolzan",
            "childrens": [
                {
                    "id": 1,
                    "fullname": "Joana Bolzan",
                    "gender": "female",
                    "birthdate": "2000-09-09T00:00:00.000Z"
                }
            ]
        }
    }
}```

Copy link
Contributor

@viniciuscosmome viniciuscosmome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Daaaiii Daaaiii merged commit ac0ffa5 into develop Dec 4, 2023
1 check passed
@viniciuscosmome viniciuscosmome deleted the feat/username branch December 4, 2023 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants