Nfactor26 / pixel-identity

Bootstrapper for https://github.com/openiddict/openiddict-core and Asp.net Identity with a blazor based UI .
https://nfactor26.github.io/pixel-identity/
MIT License
151 stars 31 forks source link

Pauth as base path #33

Closed Nfactor26 closed 2 years ago

Nfactor26 commented 2 years ago

Description

  1. Redirect to login when not logged in
    • User will be redirected to login page when visiting the home page
  2. Changed add icon size to medium
    • Changed add icon size to medium on few pages for consistency
  3. Use base path = pauth
    • Set base path for the application to pauth. This simplifies things when working with reverse proxies e.g. exposing multiple apps/api's on same url but on different paths on a reverse proxiy 4.use dot-slash (./) relative path notation as recommended by deployment guide
    • Update urls to dot-slash (./) relative path notation so that they can resolve the base path correctly