csko12
Joined
220 Experience
2 Lessons Completed
0 Questions Solved
Activity
When accessing the me.json endpoint, my doorkeeper_token seems to be null.
I signed up with a new user via devise... then tried to access the endpoint.
Do i need to some fiddling with registering a new oauth app and acquiring a key then sending it along in the request w/ postman or something?
I signed up with a new user via devise... then tried to access the endpoint.
Do i need to some fiddling with registering a new oauth app and acquiring a key then sending it along in the request w/ postman or something?
Hey Larry, I had a similar issue so I (quick) fixed it by deleting the
test/fixtures/admin_users.yml
file.
goodluck!