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

feat: auth flow #1

Merged
merged 6 commits into from
Jul 31, 2024
Merged

feat: auth flow #1

merged 6 commits into from
Jul 31, 2024

Conversation

gkrajniak
Copy link
Member

Initial implemntation concerning the creation of auth flow.

@gkrajniak
Copy link
Member Author

The ui at this stage looks following

image

name: ' ',
email: 'john.doe@example.com',
description: 'john.doe@example.com',
picture: 'https://avatars.wdf.sap.corp/avatar/user123',
Copy link
Contributor

Choose a reason for hiding this comment

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

internal url....

Copy link
Member Author

Choose a reason for hiding this comment

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

done

name: `${firstName} ${lastName}`,
email: mail,
description: mail,
picture: `https://avatars.wdf.sap.corp/avatar/${sub}`,
Copy link
Contributor

Choose a reason for hiding this comment

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

internal url - for now we can skip the picture. I think gardener had a solution for this using https://gravatar.com/

so maybe we can have an api to provide the picture

Copy link
Member Author

Choose a reason for hiding this comment

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

I skiped the picture and regarding the ' gardener had a solution for this using https://gravatar.com/' I think it can be a good task for Rafał to work on at some point in time

@gkrajniak gkrajniak requested a review from tobias-oetzel July 25, 2024 13:33
@gkrajniak gkrajniak merged commit a823820 into main Jul 31, 2024
3 checks passed
@gkrajniak gkrajniak deleted the feat/auth-flow-component branch August 1, 2024 10:32
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.

2 participants