Logo
Explore Help
Register Sign In
immich-app/immich
1
0
Fork 0
You've already forked immich
mirror of https://github.com/immich-app/immich.git synced 2025-12-19 01:11:07 +03:00
Code Issues Packages Projects Releases 17 Wiki Activity
Files
e53d43a3a96e3d505c66f25d000ea2343ff2da50
immich/mobile/lib/providers/oauth.provider.dart

6 lines
267 B
Dart
Raw Normal View History

feat(mobile) Add OAuth Login On Mobile (#990) * Added return type for oauth/callback * Remove console.log * Redirect app * Wording * Added loading state change * Added OAuth login on mobile * Return correct status for correct redirection * Auto discovery OAuth Login
2022-11-20 11:43:10 -06:00
import 'package:hooks_riverpod/hooks_riverpod.dart';
refactor(mobile): services and providers (#9232) * refactor(mobile): services and provider * providers
2024-05-02 15:59:14 -05:00
import 'package:immich_mobile/services/oauth.service.dart';
import 'package:immich_mobile/providers/api.provider.dart';
feat(mobile) Add OAuth Login On Mobile (#990) * Added return type for oauth/callback * Remove console.log * Redirect app * Wording * Added loading state change * Added OAuth login on mobile * Return correct status for correct redirection * Auto discovery OAuth Login
2022-11-20 11:43:10 -06:00
chore: bump line length to 120 (#20191)
2025-07-25 08:07:22 +05:30
final oAuthServiceProvider = Provider((ref) => OAuthService(ref.watch(apiServiceProvider)));
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 254ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API