aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/auth/oauth.ts
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade oauth2-serverChocobozzz2022-06-281-4/+3
|
* Fix buildChocobozzz2021-12-171-1/+1
|
* Move test functions outside extra-utilsChocobozzz2021-12-171-1/+1
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-1/+2
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Remove useless asyncChocobozzz2021-08-261-1/+1
|
* Refactor auth flowChocobozzz2021-03-241-0/+180
Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow