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(cognito): allow to set read and write attributes in Cognito UserPoolClient #7607

Commits on Apr 25, 2020

  1. feat(cognito): allow set read write attributes in client

    When creating a userpool client, the user can now specify which
    attributes (custom or standard) the app client will be able to read
    or write.
    
    Closes aws#7407
    tom139 committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    acc76d4 View commit details
    Browse the repository at this point in the history
  2. docs(cognito): add section for read/write attributes in clients

    Add section to explain hot to make specific attributes available for
    read and write to specific clients.
    
    Fixes aws#7407
    tom139 committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    7ca180c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. docs: improve read-write attributes section in README

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    tom139 and Niranjan Jayakar committed May 3, 2020
    Configuration menu
    Copy the full SHA
    562cc4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f57d268 View commit details
    Browse the repository at this point in the history
  3. docs(cognito): add clarification about user pool client

    specifying how read/write attributes behave when new attributes get
    added to a user pool.
    tom139 committed May 3, 2020
    Configuration menu
    Copy the full SHA
    8fe041b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    401493f View commit details
    Browse the repository at this point in the history
  5. docs(cognito): improve docstring in userpool

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    tom139 and Niranjan Jayakar committed May 3, 2020
    Configuration menu
    Copy the full SHA
    9315f41 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. feat(cognito): add AttributeSet and StandardAttributeMask

    Initial work to add the notion of set of attributes (mixed standard
    and custom)
    
    fixes aws#7407
    tom139 committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    117eb53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c95781b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9bbdeb View commit details
    Browse the repository at this point in the history
  4. docs(cognito): for read and write attributes

    in userpool client
    
    Allow to set read and write attributes in Cognito UserPoolClient
    
    fixes  aws#7407
    tom139 committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    36aa216 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'cognito-userpool-client-set-read-write-attributes' into…

    … tom139/cognito-userpool-client-set-readwrite-attributes
    tom139 committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    3e45153 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b5e866 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    41a2220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56fe812 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9264458 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76be44d View commit details
    Browse the repository at this point in the history
  5. docs: update default behaviour description for ClientAttributes

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    tom139 and Niranjan Jayakar committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    9c986b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    7765318 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    6b6630c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. refactor: remove ClientAttributes.empty() method

    and replace it with (new ClientAttribute())
    tom139 committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    2c2009d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2af64b0 View commit details
    Browse the repository at this point in the history
  3. docs: improve README on ClientAttributes

    as suggested by @nija-at
    
    closes aws#7607
    tom139 committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    b9e0a2c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    49f6eea View commit details
    Browse the repository at this point in the history