You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for now we don't really benefit much from being logged in into the django app.
facebook authentication should suffice.
we could store everything that was previously stored in the session, with the facebookProfile in the db (oauth_token and the last fetch time). every time we go to fetch more vids, pass the uid. -> pull out the facebookProfile and work with that.
or just fucking do Everything client-side = too much code at this point, and prolly not the best strategy for the future. but perhaps to be considered as an alternate architecture altogether.
The text was updated successfully, but these errors were encountered:
По-моему я не до конца понял что ты здесь имел в виду, но из того, что понял - считаю, что накапливать информацию о пользователе и строить более релевантный сервис на основе этого - правильно. Но это не приоритетная задача сейчас. Сейчас нам нужна стабильная работа, простой функционал и запуск.
for now we don't really benefit much from being logged in into the django app.
facebook authentication should suffice.
we could store everything that was previously stored in the session, with the facebookProfile in the db (oauth_token and the last fetch time). every time we go to fetch more vids, pass the uid. -> pull out the facebookProfile and work with that.
or just fucking do Everything client-side = too much code at this point, and prolly not the best strategy for the future. but perhaps to be considered as an alternate architecture altogether.
The text was updated successfully, but these errors were encountered: