I've been looking at the LoginView class to get an idea on the method to override in order to get the user's username field and password submitted before passing it to Knox for validation. The reason being that, the username field value will be passed to me in base64, I need to decode it before passing it on to Knox for validation and do the needful.
What method can I override to get the login data? any idea on how to go about this?
I've been looking at the LoginView class to get an idea on the method to override in order to get the user's username field and password submitted before passing it to Knox for validation. The reason being that, the username field value will be passed to me in base64, I need to decode it before passing it on to Knox for validation and do the needful.
What method can I override to get the login data? any idea on how to go about this?