Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

No longer maintained.

License

Notifications You must be signed in to change notification settings

myConsciousness/twitter-oauth2-pkce

Repository files navigation

twitter_oauth2_pkce

The Easiest Way to Authenticate with OAuth 2.0 PKCE for Twitter API 🐦


GitHub Sponsor GitHub Sponsor

v2 pub package Dart SDK Version Test Analyzer codecov Issues Pull Requests Stars Contributors Code size Last Commits License Contributor Covenant FOSSA Status


1. Guide 🌎

This library provides the easiest way to authenticate with OAuth 2.0 PKCE for Twitter API in Dart and Flutter apps.

Show some ❤️ and star the repo to support the project.

We recommend using this library in combination with the twitter_api_v2 which wraps the Twitter API v2.0!

1.1. Getting Started ⚡

1.1.1. Install Library

With Dart:

 dart pub add twitter_oauth2_pkce

Or With Flutter:

 flutter pub add twitter_oauth2_pkce

1.1.2. Import

import 'package:twitter_oauth2_pkce/twitter_oauth2_pkce';

1.1.3. Implementation

1.2. Support ❤️

The simplest way to show us your support is by giving the project a star at GitHub and Pub.dev.

You can also support this project by becoming a sponsor on GitHub:

1.3. License 🔑

All resources of twitter_oauth2_pkce is provided under the BSD-3 license.

FOSSA Status

Note
License notices in the source are strictly validated based on .github/header-checker-lint.yml. Please check header-checker-lint.yml for the permitted standards.

1.4. More Information 🧐

twitter_oauth2_pkce was designed and implemented by Kato Shinya (@myConsciousness).