phildini / django-sandstorm

Django Package for doing authentication with sandstorm.io
MIT License
7 stars 2 forks source link

Remember id-name mapping #6

Open qznc opened 8 years ago

qznc commented 8 years ago

We want to store ids (e.g. 0ba26e59c64ec75dedbc11679f267a40), because they are unique. We also want to remember the respective username (and maybe handle, gender, etc) to display for other users.

Should django-sandstorm provide its own model? Can this be stored in the normal user model?

qznc commented 8 years ago

After reading some more, I believe it makes sense for this package to provide a custom User model.