auth providert refactor WIP

This commit is contained in:
Jan Prochazka
2024-07-25 16:47:31 +02:00
parent cd8fe5d691
commit c3c9ad1aed
8 changed files with 289 additions and 149 deletions

View File

@@ -3,4 +3,8 @@ module.exports = {
async connections() {
return null;
},
async getConnection({ conid }) {
return null;
},
};