I’m new in spring boot. Creating my own website. There was a problem logging in to the app. I’ve tried different methods, I don’t understand what the problem is. When entering an http request, this request appears http://localhost:8088/login?error and displays the Invalid email and password …
Tag: authorization
Add generating headers method to route creating method [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 1 year ago. Improve this question I need an advice how to make my code better. I have a simple class tha…
How i show/hide a button in angular according to user authorization?
I have tried something like this And in my javascript But it return me some errors at $ rootscope Answer Better use $http service provided by angular. Set authentication variable as false, call the authentication service from backend and change the value of authentication variable. Binding from Angular will t…