Hi, i'm wondering if Pinpoint has a Login Screen and ... if it does not have one, is this documentation enough to do it?
https://naver.github.io/pinpoint/plugindevguide.html
Or do i need more documentation to implement this feature?
Any example of code or any additional documentation it is going to help a lot.
I want to implement this because I want to restrict access to certain users, for which I suppose I also need a database ... which should be HBASE or any other such as MySQL?
Thanks in advance.
Hi @ing-arriola
There is not guide for auth. You should see code pinpoint-web yourself. I think you should use spring security because pinpoint web is base on spring framework.
Hi @minwoo-jung
Spring Security.... I did not know about that ... but I find it very interesting that you have shared the information with me to start investigating the issue and implement the user validation screen.
Thank you so much!!
can pp-web 1.7.1 also implement login in the way of spring security?
THX
Hi @wikiios
Yes. I think it can be implmented base on 1.7.1 version.