Hi! i am using Flutter build Linux App. Can i use OAuth with this Platform? because i see error "Callback url scheme must start with http://localhost:{port}". And in flutter_web_auth_2 package i see this
yes i think it should work...
Do you think i should use url callback like web platform or null like mobile? I tried with both but it not work. Maybe it not right
success should be http://localhost:{port}
Recommended threads
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread