Dear Halil,
how can i simply disable login & authorization for aspnet boilerplate and open my view to anonymous users i'm using version 9.1.1 up to date.. i removeed the [AbpMVcAuthorize] it is throwing : User did not login
also i have weired issue when calling webApi proxy of application service "getDetails" .. it is executing in first time ...when i execute $state.go('') to make a back button
then i click again on details : Ajax call request failed i trace the issue and i yield nothing
i have considered the EventCloud Source as a reference .. same structure any reasons
thank you
1 Answer(s)
-
0
For the first question, see: <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero-template/pull/57">https://github.com/aspnetboilerplate/mo ... te/pull/57</a>