totaljs / openplatform

OpenPlatform v5 is a beautiful and simple portal for running, integrating and managing multiple 3rd party web applications.
https://www.totaljs.com/openplatform/
MIT License
95 stars 45 forks source link

Update default.js #31

Closed Gera-G-Guiles closed 3 years ago

Gera-G-Guiles commented 3 years ago

dtexpire>=NOW()

Gera-G-Guiles commented 3 years ago

also is needed add set to db query db.one('tbl_oauth').fields('name').id(filter.client_id).where('accesstoken', filter.client_secret).set('oauth');

petersirka commented 3 years ago

OMG :-D thank you.

petersirka commented 3 years ago

also is needed add set to db query db.one('tbl_oauth').fields('name').id(filter.client_id).where('accesstoken', filter.client_secret).set('oauth');

Where?