platform/packages/auth_twitter/pubspec.yaml

34 lines
906 B
YAML
Raw Normal View History

name: "protevus_auth_twitter"
description: Protevus authentication strategy for Twitter login. Auto-signs requests.
2024-06-03 03:28:23 +00:00
version: 8.0.0
homepage: https://protevus-framework.web.app/
repository: https://github.com/dart-backend/protevus/tree/master/packages/auth_twitter
2022-06-04 01:30:18 +00:00
publish_to: none
environment:
2024-06-03 03:28:23 +00:00
sdk: ">=3.3.0 <4.0.0"
2022-06-04 01:30:18 +00:00
dependencies:
protevus_auth: ^8.0.0
protevus_framework: ^8.0.0
2023-05-27 07:38:50 +00:00
http: ^1.0.0
2023-12-24 16:10:10 +00:00
path: ^1.9.0
2023-10-27 15:52:29 +00:00
belatuk_oauth1: ^3.0.0
2022-06-04 01:30:18 +00:00
dart_twitter_api: ^0.5.6+1
dev_dependencies:
2023-05-27 07:38:50 +00:00
logging: ^1.2.0
2024-05-21 16:26:09 +00:00
lints: ^4.0.0
2023-12-24 16:10:10 +00:00
dependency_overrides:
http: ^1.0.0
# protevus_container:
2023-10-27 15:52:29 +00:00
# path: ../container/angel_container
# protevus_framework:
2023-10-27 15:52:29 +00:00
# path: ../framework
# protevus_http_exception:
2023-10-27 15:52:29 +00:00
# path: ../http_exception
# protevus_model:
2023-10-27 15:52:29 +00:00
# path: ../model
# protevus_route:
2023-10-27 15:52:29 +00:00
# path: ../route
# protevus_mock_request:
2023-10-27 15:52:29 +00:00
# path: ../mock_request
# protevus_auth:
2023-10-27 15:52:29 +00:00
# path: ../auth