Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codemation/easyauth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.1
Choose a base ref
...
head repository: codemation/easyauth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 14 files changed
  • 4 contributors

Commits on Sep 27, 2023

  1. add error handling in getuser() (#100)

    * add error handling in getuser()
    
    * expired token
    
    ---------
    
    Co-authored-by: ForeztGump <foreztgump+git@slmail.me>
    foreztgump and ForeztGump authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5081696 View commit details
    Browse the repository at this point in the history
  2. Refactor token validation (#107)

    * replaced global store usage with is_valid_token rpc method
    
    * removed global store rpc proxy services
    
    * removed quorum usage & setup
    
    * replaced new_user checks with count & soft saving if rbac model instances
    
    * replaced token store usage with self.parent.is_valid_token
    
    * replaced token store usage with new is_valid_token shared via rpc, allowing EasyAuthServer to scale horizontally
    
    * bumpted pydbantic
    
    * bumpted pydbantic
    
    * removed shutdown step from test cleanup
    
    ---------
    
    Co-authored-by: Joshua (codemation) <joshua.jamison@nostos-genomics.com>
    codemation and Joshua (codemation) authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    efb05c4 View commit details
    Browse the repository at this point in the history
  3. bump

    Joshua (codemation) committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b4358be View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. bumped httptools (#108)

    * bumped httptools
    
    * bumped httptools
    
    * bumped httptools, moved to BASE req
    
    ---------
    
    Co-authored-by: Joshua (codemation) <joshua.jamison@nostos-genomics.com>
    codemation and Joshua (codemation) authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    6741506 View commit details
    Browse the repository at this point in the history
Loading