Skip to content

Admin user creation method#38

Closed
abhi36 wants to merge 10 commits intotestsfrom
master
Closed

Admin user creation method#38
abhi36 wants to merge 10 commits intotestsfrom
master

Conversation

@abhi36
Copy link
Copy Markdown

@abhi36 abhi36 commented Feb 21, 2020

Adding method to create a user using AdminCreateUser

@abhi36 abhi36 requested a review from pmill February 21, 2020 15:22
Copy link
Copy Markdown
Owner

@pmill pmill left a comment

Choose a reason for hiding this comment

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

Hi @abhi36, thanks for your PR, just a few changes please.

The PR title doesn't seem to relate to the changes made, can you update it?

Also can you rebase your branch? There are a few commits in there that don't look related.

0.2.11 (06/01/2020)

Added method to get a user by an access token - bjoernHeneka

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Can you format this like the other lines (indented and link your username)

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Also this has bjoernHeneka's username, please change that to your own.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@pmill Could you please give me access to push my branch? My this merge request can be ignored

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

You just need to push to your own branch on your fork and the PR will be updated.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thanks & done :)

echo $user['Username'].PHP_EOL;
var_dump($user['UserAttributes']);
} catch (Exception $e) {
echo "An error occurred: ".$e->getMessage();
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Can you add a space before and after the .? Same for the echo line above

Add compatibility with cognito id tokens generated by hosted UI
@pmill
Copy link
Copy Markdown
Owner

pmill commented Feb 27, 2020

Closing this as you seem to have replaced it with #39

@pmill pmill closed this Feb 27, 2020
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.

4 participants