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

Bearer auth not exported #153

Closed
LevinGermann opened this issue Sep 17, 2024 · 0 comments · Fixed by #158, #159 or #162
Closed

Bearer auth not exported #153

LevinGermann opened this issue Sep 17, 2024 · 0 comments · Fixed by #158, #159 or #162
Labels
bug Something isn't working

Comments

@LevinGermann
Copy link

LevinGermann commented Sep 17, 2024

Description of the bug

In a more recent commit, this has been added to the dart dio generator:
OpenAPITools/openapi-generator@039f0b8

How can I upgrade the library, so it uses > v7.8.0 ?

Steps to reproduce

Generate the library, and only these auth interceptors will be exported:

export 'package:.../src/api.dart';
export 'package:.../src/auth/api_key_auth.dart';
export 'package:.../src/auth/basic_auth.dart';
export 'package:.../src/auth/oauth.dart';

Expected behavior

export 'package:.../src/auth/bearer_auth.dart';

should appear as well

Logs

No response

Screenshots

No response

Platform

macOS

Library version

5.0.2

Flutter version

3.24.3

Flutter channel

stable

Additional context

No response

@LevinGermann LevinGermann added the bug Something isn't working label Sep 17, 2024
gibahjoe added a commit that referenced this issue Nov 4, 2024
gibahjoe added a commit that referenced this issue Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant