cavdailyonline / unicorn

CMS and front end app for student news publication
4 stars 5 forks source link

[Feature] - Users and Oauth #11

Closed leodomingo closed 8 years ago

leodomingo commented 8 years ago

App is currently configured to just let everybody in, going to create users and authentication.

jnayak1 commented 8 years ago

Probably no need for oauth unless you want to do Facebook/twitter integrations. Django has its own authentication system.

leodomingo commented 8 years ago

Yeah that's on me, I meant normal authentication

jnayak1 commented 8 years ago

Also, Author and django.contrib.auth User should be one-to-one

leodomingo commented 8 years ago

Authors are the people that actually write the articles, but Users are the 16 JB members that will actually be uploading content.

jnayak1 commented 8 years ago

Ah, I see