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

Extend SDK to include FrontendAPI calls #26

Closed
wants to merge 7 commits into from
Closed

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    9c9a5ac View commit details
    Browse the repository at this point in the history
  2. 🔧 chore(Makefile): update Makefile to generate separate backend and f…

    …rontend OpenAPI TypeScript Axios code
    
    ✨ feat(Makefile): add support for generating OpenAPI Backend TypeScript Axios code from backend_api_public.yml
    ✨ feat(Makefile): add support for generating OpenAPI Frontend TypeScript Axios code from frontend_api_public.yml
    sam-corbado committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    851ecf0 View commit details
    Browse the repository at this point in the history
  3. 📦 chore(frontendApi): add generated frontend API files

    📦 chore(frontendApi): add base.ts file for Corbado Frontend API
    
    📦 chore(frontendApi): add common.ts file for Corbado Frontend API
    
    📦 chore(frontendApi): add configuration.ts file for Corbado Frontend API
    sam-corbado committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    aa0031a View commit details
    Browse the repository at this point in the history
  4. 📝 feat(frontend_api_public.yml): add Corbado Frontend API specificati…

    …on file
    
    This commit adds the Corbado Frontend API specification file, which provides an overview of all Corbado Frontend API calls to implement passwordless authentication. The specification includes information about the API version, title, description, contact details, servers, security schemes, tags, and paths for various API endpoints.
    
    The added file is `frontend_api_public.yml`.
    sam-corbado committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    881094a View commit details
    Browse the repository at this point in the history
  5. 📝 docs(pull_request_template.md): add pull request template to provid…

    …e clear guidelines for creating pull requests
    
    The pull request template includes sections for description, type of change, testing, checklist, and more. This template will help contributors provide relevant information and ensure that the pull request meets the project's guidelines and requirements.
    sam-corbado committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    109d37c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bffd219 View commit details
    Browse the repository at this point in the history
  7. 🔀 merge(index.ts): add exports for frontend API and configuration mod…

    …ules to improve code organization and reusability
    sam-corbado committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b13211e View commit details
    Browse the repository at this point in the history