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

Samples-init #3

Merged
merged 2 commits into from
Jun 24, 2023
Merged

Samples-init #3

merged 2 commits into from
Jun 24, 2023

Commits on Jun 23, 2023

  1. chore(api): Update logic for token refresh + add support for access_t…

    …okens
    
    This commit adds the 'jwt' gem as a runtime dependency in order to manage
    cases where a access_token is provided, but no access_token_expiration is
    available. These changes retrieve the token expiration time to support token
    refreshes.
    carlosmmatos committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7f2b08d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Add simple examples to demonstrate capabilities

    Also adds some helper modules to abstract options for authentication
    and cli options to make it easier to use these samples.
    carlosmmatos committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    f77a948 View commit details
    Browse the repository at this point in the history