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: allow custom base path #169

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

Commits on Feb 15, 2024

  1. generate #auth-config module

    * add basePath to module config w/ default /api/auth
    * generate auth.config.mjs module file
    * add #auth-config alias
    freality committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    24e7010 View commit details
    Browse the repository at this point in the history
  2. use basePath variable

    replace hardcoded basePath with config variable
    freality committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6f251a4 View commit details
    Browse the repository at this point in the history
  3. use ufo

    Use ufo for url manipulation to avoid bad string joins
    freality committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6cb8261 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. update docs

    freality committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6f76ab9 View commit details
    Browse the repository at this point in the history
  2. cleanup

    freality committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8da234a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. add tests

    freality committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    6d4db7e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. remove overload definitions

    freality committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    48ea8fc View commit details
    Browse the repository at this point in the history
  2. avoid using "as"

    freality committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    4c3f72a View commit details
    Browse the repository at this point in the history
  3. remove ts-ignore

    freality committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    3816403 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

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