sedteam / Seditio

Seditio CMS Source

Home Page:https://seditio.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the purpose of user_token?

SeditioCMS opened this issue · comments

Where are these used?

user_token varchar(255) NOT NULL default '',
user_oauth_provider varchar(50) NOT NULL default '',
user_oauth_uid text NOT NULL,

commented

This is a blank for the future for authorization via social networks. I added the fields, but I didn't write the functionality))