mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(server): mobile oauth with custom scheme redirect uri (#1204)
* feat(server): support providers without support for custom schemas * chore: unit tests * chore: test mobile override * chore: add details to the docs
This commit is contained in:
parent
0b65bb7e9a
commit
6974d4068b
22 changed files with 459 additions and 188 deletions
|
|
@ -51,6 +51,16 @@ void main() {
|
|||
// TODO
|
||||
});
|
||||
|
||||
// bool mobileOverrideEnabled
|
||||
test('to test the property `mobileOverrideEnabled`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String mobileRedirectUri
|
||||
test('to test the property `mobileRedirectUri`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue