Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should auth0_flutter_web be used? #471

Open
6 tasks done
JPFrancoia opened this issue Aug 11, 2024 · 1 comment
Open
6 tasks done

Should auth0_flutter_web be used? #471

JPFrancoia opened this issue Aug 11, 2024 · 1 comment

Comments

@JPFrancoia
Copy link

JPFrancoia commented Aug 11, 2024

Checklist

Description

The tutorials provided by Auth0 to implement web authentication all use the package auth0_flutter_web. However this package was last released 3 years ago, and pub.dev marks it as Dart 3 incompatible. See:

screen-2024-08-11-11-41-39

Is this package still safe? At this point it might be worth bumping its version if it's working and safe. It's used for authentication (a sensitive part of an application) and when I see it hasn't been updated for 3 years, I worry a little

Reproduction

N/A

Additional context

No response

auth0_flutter version

latest

Flutter version

latest

Platform

Web

Platform version(s)

No response

@Hannnes1
Copy link

The web example in the README in auth0_flutter uses the Auth0Web client that is included in the auth0_flutter package. So the auth0_flutter_web package should most likely not be used.

It should probably be marked as Discontinued to avoid confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants