I have installed tokenauth and have activated tokens for the following link - */node/*
I have a content type that can be accessed by a user called user-1 and this person has a token assigned as follows - Your token: ?token=F8kwcPz39X

An anonymous user cannot access the following node (access denied)-
http://localhost/mysite/node/137

When I log in normally as user-1 they can access this node as expected.

When I log out again and then try the link - http://localhost/mysite/node/137?token=F8kwcPz39X I get access denied.

I have tried variations of */node/*
including:
node/*
/node/*

Am I missing something? What am I getting wrong?

Other user access modules I have installed are logintoboggan and nodeaccess_userreference?

Thanks
Rob

Comments

WoozyDuck’s picture

Priority: Normal » Major

Same issue here!

Grayside’s picture

There should be no forward slash. node/* will work. In fact, I do a lot of my testing on * alone.

Just to confirm, you are trying the token provided to user/1? I ask because you must use a token associated with a user with permission to be accessed via tokenauth.

Grayside’s picture

Status: Active » Postponed (maintainer needs more info)