summaryrefslogtreecommitdiff
path: root/cli/auth_tokens.rs
AgeCommit message (Expand)Author
2024-08-22fix: trim space around DENO_AUTH_TOKENS (#25147)Luca Casonato
2024-02-06fix(cli): Add IP address support to DENO_AUTH_TOKEN (#22297)Matt Mastracci
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-26chore: update base64 crate (#20877)Luca Casonato
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-09-08feat(cli): Support Basic authentication in DENO_AUTH_TOKENS (#11910)BasiqueEvangelist
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-02-16feat(cli): support auth tokens for accessing private modules (#9508)Kitson Kelly