pd4d10 / unpub

Self-hosted private Dart Pub server for Enterprise

Home Page:https://pub.dev/packages/unpub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication with tokens for 3rd party package repositories

jonasfj opened this issue · comments

Starting Dart 2.15 the command dart pub tokens add can be used to add authentication for use with 3rd party package repositories.

This is documented here:
https://github.com/dart-lang/pub/blob/master/doc/repository-spec-v2.md

Feel free to ping me if you have questions, also just ping me in #hackers-pub-dev- on https://github.com/flutter/flutter/wiki/Chat


This might break your existing authentication flow used in unpub, I don't think that was ever something we wanted to support.