You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A login endpoint does exist that generates a password hash. Have to tie this together with JWT to send the logged in token down to the browser (as well as authenticate subsequent requests). Need a logout endpoint to expire the token.
https://github.com/ariesprayoga/swagger-java-sample-app/blob/master/src/main/java/com/wordnik/swagger/sample/resource/UserResource.java
The text was updated successfully, but these errors were encountered: