Skip to content

403 forbidden #89

Open
Open
@OussemaZaier

Description

@OussemaZaier

Is it a security issue?

No
If you believe you have discovered a vulnerability or have an issue related to security, please DO NOT open a public issue. Instead, send us a mail to [email protected].

What did you do?

Please describe what you did before you encounter the issue.
I set up the config correctly, and re-did it again. The app was working one week ago but now when ii press login with line button in my app it takes me to line app but with forbidden 403 screen.

What did you expect?

Get the token from the user.

What happened actually?

I got a 403 page

Your environment?

Dart SDK version: 3.1.3
flutter_line_sdk: ^2.3.6

Sample project

LineSDK.instance.setup(dotEnv.LineID).then((_) {
    print("LineSDK Prepared");
  });
  
  try {
      final result =
          await LineSDK.instance.login(scopes: ['profile', 'email', 'openid']);

      final userId = result.userProfile!.userId;
      
      return userId;
    } catch (e) {
      return Future.error('error');
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions