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

Oauth session #242

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

Oauth session #242

wants to merge 28 commits into from

Commits on Nov 8, 2024

  1. initialize crate

    avdb13 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e91f0a8 View commit details
    Browse the repository at this point in the history
  2. add Cached trait

    avdb13 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    61dd8dc View commit details
    Browse the repository at this point in the history
  3. add Throttled trait

    avdb13 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    479151d View commit details
    Browse the repository at this point in the history
  4. add resolvers

    avdb13 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    36e881b View commit details
    Browse the repository at this point in the history
  5. add store

    avdb13 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d80708e View commit details
    Browse the repository at this point in the history
  6. add workflows

    avdb13 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d483ee1 View commit details
    Browse the repository at this point in the history
  7. fix atrium-oauth

    avdb13 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9e1503c View commit details
    Browse the repository at this point in the history
  8. add error conversions

    avdb13 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f832653 View commit details
    Browse the repository at this point in the history
  9. change type visibility

    avdb13 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2d6a158 View commit details
    Browse the repository at this point in the history
  10. fix identity crate

    avdb13 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8c3be27 View commit details
    Browse the repository at this point in the history
  11. fix oauth-client crate

    avdb13 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f6e168f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. small fix

    avdb13 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    031ca30 View commit details
    Browse the repository at this point in the history
  2. Move AtpAgent

    sugyan authored and avdb13 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    0376c1b View commit details
    Browse the repository at this point in the history
  3. Add Agent and SessionManager

    sugyan authored and avdb13 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    3144e70 View commit details
    Browse the repository at this point in the history
  4. Temporary fix for bsky-sdk

    sugyan authored and avdb13 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    8bce707 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. rename Store to MapStore

    avdb13 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2066490 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    028fa96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7314ac View commit details
    Browse the repository at this point in the history
  4. remove error conversions

    avdb13 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8b7ac7e View commit details
    Browse the repository at this point in the history
  5. fix unit tests

    avdb13 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8fd2f96 View commit details
    Browse the repository at this point in the history
  6. introduce SessionStore

    avdb13 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    684f286 View commit details
    Browse the repository at this point in the history
  7. change stores

    avdb13 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    219fe93 View commit details
    Browse the repository at this point in the history
  8. implement session storage

    avdb13 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    68967cf View commit details
    Browse the repository at this point in the history
  9. add server agent helpers

    avdb13 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6971133 View commit details
    Browse the repository at this point in the history
  10. change stores

    avdb13 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ff220ea View commit details
    Browse the repository at this point in the history
  11. expose inner::Store

    avdb13 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    881b1a7 View commit details
    Browse the repository at this point in the history
  12. introduce OAuthSession

    avdb13 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4443b7a View commit details
    Browse the repository at this point in the history
  13. extend request types

    avdb13 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1f9f9d8 View commit details
    Browse the repository at this point in the history