Open Closed

Open any page without user login #3681


User avatar
0
shobhit created
  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  • In angular project can we have any component which can be navigated without user login. Please share some sample?

1 Answer(s)
  • User Avatar
    0
    muhammedaltug created

    Hello,

    If the AuthGuard and PermissionGuard don't exist in the routing configuration you can access these routes without login. If you want to send an HTTP request you need to remove Authorize annotation from your controller.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11