Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End User token Reply To: User token

#160155
chrisburton
Participant

That’s the thing, I’m not sure if I need to authenticate the token. I’m just trying to use their credentials to allow them to comment.

By credentials I mean:

  • ID
  • Name
  • Image
  • link to their social networking account

I plan to store that information in a database but I think I should also store something in a session so that they stay logged in.

But what if they’re logged out (for whatever reason), I already have their credentials stored in a database and they want to log back in?