This page requires java-script to be enabled. Please adjust your browser-settings.
streber
PM
Login
|
Register
guest
Home
Your Tasks
Bookmarks
Efforts
Overall history
P
rojects
streber
People
Companies
S
earch:
streber
>
Tasks
|
Docu
|
Milestones
|
Versions
|
Files
|
History
Help
User Documenta...
>
Details
>
RSS Feeds
> Comment
Reply to Please consider a token based solution.
/
#4130
Edit
Bookmark
Delete
Acuatally this is already implemented. There is a token based authentication called TUID. You see this in the notification mail links for changing user profile. So the url would be:
index.php?go=projViewRSS&prj=5&tuid=234567890
The reason I did prefer the http authentication was security: Actually the token is a valid username/password key and it would not only be transmitted without encryption. But it would also be stored in many log files. Of cause we could let the user decide, how much security is appropriate.
Another, much more complex solution would be to generate special tokens to viewing only.
But this would a lot of code.