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

feat: return extra meta in bypass auth #608

Merged
merged 6 commits into from
Apr 3, 2024
Merged

Conversation

AVVS
Copy link
Member

@AVVS AVVS commented Apr 2, 2024

No description provided.

Copy link

socket-security bot commented Apr 2, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@faker-js/faker@8.4.1 None 0 10.2 MB shinigami92
npm/@hapi/bell@13.0.2 Transitive: network +4 135 kB marsup
npm/@hapi/hapi@21.3.7 network Transitive: filesystem, unsafe +27 1.2 MB marsup
npm/@microfleet/core-types@3.1.3 None +2 280 kB avvs
npm/@microfleet/core@20.1.3 Transitive: environment, filesystem +6 900 kB avvs
npm/@microfleet/plugin-amqp@3.1.3 None 0 19.6 kB avvs
npm/@microfleet/plugin-consul@5.1.3 None +1 164 kB avvs
npm/@microfleet/plugin-dlock@3.1.3 Transitive: environment, filesystem +39 868 kB avvs
npm/@microfleet/plugin-hapi@3.1.3 Transitive: environment, filesystem, network +47 4.95 MB avvs
npm/@microfleet/plugin-logger@3.1.3 Transitive: network +3 1.69 MB avvs
npm/@microfleet/plugin-opentracing@3.1.3 None 0 12.7 kB avvs
npm/@microfleet/plugin-prometheus@3.1.3 network +3 149 kB avvs
npm/@microfleet/plugin-redis-cluster@3.1.3 Transitive: environment +2 69.7 kB avvs
npm/@microfleet/plugin-redis-core@3.1.3 Transitive: environment +2 83.3 kB avvs
npm/@microfleet/plugin-redis-sentinel@3.1.3 Transitive: environment +2 68.6 kB avvs
npm/@microfleet/plugin-router-amqp@3.1.3 Transitive: environment, filesystem, network +46 4.95 MB avvs
npm/@microfleet/plugin-router-hapi@3.1.3 None 0 31 kB avvs
npm/@microfleet/plugin-router@3.1.3 None +2 185 kB avvs
npm/@microfleet/plugin-signed-request@3.1.3 network 0 43.7 kB avvs
npm/@microfleet/plugin-validator@3.1.3 None +1 22.1 kB avvs
npm/@microfleet/transport-amqp@17.8.2 environment Transitive: filesystem, network +59 5.77 MB avvs
npm/@microfleet/utils@3.1.3 Transitive: environment, filesystem +32 530 kB avvs
npm/ajv-formats@3.0.1 None 0 56.8 kB jason-green
npm/eslint-plugin-mocha@10.4.1 None +4 640 kB lo1tuma
npm/eslint-plugin-unicorn@51.0.1 Transitive: environment, eval, filesystem, shell, unsafe +80 7.29 MB sindresorhus
npm/eslint@8.57.0 environment, filesystem Transitive: eval, shell, unsafe +94 10.2 MB eslintbot
npm/glob@10.3.12 Transitive: environment, filesystem, shell +27 1.5 MB isaacs
npm/uuid@9.0.1 None 0 123 kB ctavan
npm/why-is-node-running@2.2.2 filesystem, unsafe +2 18.9 kB mafintosh
npm/yargs@17.7.2 environment, filesystem +15 635 kB oss-bot

🚮 Removed packages: npm/@faker-js/faker@8.3.1, npm/@hapi/bell@13.0.1, npm/@hapi/hapi@21.3.2, npm/@microfleet/core-types@3.0.5, npm/@microfleet/core@20.0.5, npm/@microfleet/plugin-amqp@3.0.5, npm/@microfleet/plugin-consul@5.0.5, npm/@microfleet/plugin-dlock@3.0.5, npm/@microfleet/plugin-hapi@3.0.5, npm/@microfleet/plugin-logger@3.0.5, npm/@microfleet/plugin-opentracing@3.0.5, npm/@microfleet/plugin-prometheus@3.0.5, npm/@microfleet/plugin-redis-cluster@3.0.5, npm/@microfleet/plugin-redis-core@3.0.5, npm/@microfleet/plugin-redis-sentinel@3.0.5, npm/@microfleet/plugin-router-amqp@3.0.5, npm/@microfleet/plugin-router-hapi@3.0.5, npm/@microfleet/plugin-router@3.0.5, npm/@microfleet/plugin-signed-request@3.0.5, npm/@microfleet/plugin-validator@3.0.5, npm/@microfleet/transport-amqp@17.8.1, npm/@microfleet/utils@3.0.5, npm/eslint-plugin-mocha@10.2.0, npm/eslint-plugin-unicorn@50.0.1, npm/eslint@8.56.0, npm/glob@10.3.10, npm/is@3.3.0, npm/jose@5.2.0, npm/json@11.0.0, npm/jsonwebtoken@9.0.2, npm/jwa@2.0.0, npm/jwks-rsa@3.1.0, npm/make-promises-safe@5.1.0, npm/mocha@10.2.0, npm/moment@2.30.1, npm/ms-conf@8.2.1, npm/ms-flakeless@4.7.2, npm/ms-mailer-client@8.3.1, npm/ms-token@5.0.1, npm/nock@13.5.0, npm/otplib@12.0.1, npm/p-retry@4.6.2, npm/password-generator@2.3.2, npm/prom-client@15.1.0, npm/qs@6.11.2, npm/redis-filtered-sort@2.5.0, npm/request-promise@4.2.6, npm/request@2.88.2

View full report↗︎

@AVVS AVVS changed the title feat: return extra meta in bupass auth feat: return extra meta in bypass auth Apr 2, 2024
@AVVS AVVS merged commit 7d864ba into master Apr 3, 2024
3 checks passed
@AVVS AVVS deleted the feat/bypass-extra-fields branch April 3, 2024 03:01
AVVS pushed a commit that referenced this pull request Apr 3, 2024
# [17.1.0](v17.0.0...v17.1.0) (2024-04-03)

### Features

* return extra meta in bypass auth ([#608](#608)) ([7d864ba](7d864ba))
@AVVS
Copy link
Member Author

AVVS commented Apr 3, 2024

🎉 This PR is included in version 17.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@AVVS AVVS added the released label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant