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

Full Stack Polls App built using Spring Boot, Spring Security, JWT, React, and Ant Design
https://www.callicoder.com/spring-boot-spring-security-jwt-mysql-react-app-part-1/
1.77k stars 1.07k forks source link

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

Open ghost opened 5 years ago

ghost commented 5 years ago

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 ?

sirajkrm commented 5 years ago

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)

Dipak-Prajapati commented 3 years ago

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

chips2014 commented 2 years ago

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

chips2014 commented 2 years ago

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

Thanks, Charan P @chips2014

chips2014 commented 2 years ago

@ghost I am having the same

Dipak-Prajapati commented 2 years ago

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...