callicoder/spring-security-react-ant-design-polls-app

Access http://localhost:8080/api/user/me via Postman

Opened this issue · 6 comments

Hi, i´m trying access http://localhost:8080/api/user/me via postman but i get error:

{
"timestamp": "2019-02-27T21:50:18.714+0000",
"status": 401,
"error": "Unauthorized",
"message": "Full authentication is required to access this resource",
"path": "/api/user/me"
}

need pass more param ? where ?

same error here!

also there's an issue related to missing error page and exception handling (looks like it doesn't see the folder exception)

You have to required login using userName or Email and password then after generate Access Token and use it

Screenshot from 2020-11-03 12-27-06
Screenshot from 2020-11-03 12-30-22

Can you give us the header page @Dipak-Prajapati and where can we get the details to login?

@Dipak-Prajapati please get back to me ASAP by replying or sending an email to cpolury.ttt25@gmail.com

Thanks,
Charan P @chips2014

@ghost I am having the same

Hey @chips2014 I don't have this code right now in the machine but you can find it in your code URL(auth/signin) in the image I had shared...