Giter Club home page Giter Club logo

calcifer's Issues

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error while updating /packages/calcifer-server/package-lock.json:
404 Not Found: @alferpal/calcifer-worker@~1.0.0

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error while updating /packages/calcifer-server/package-lock.json:
404 Not Found: @alferpal/calcifer-worker@~1.0.0

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error while updating /packages/calcifer-server/package-lock.json:
404 Not Found: @alferpal/calcifer-utils@~1.0.0

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Move to ESM

Investigate and move as much of the project to generating ESM instead of CommonJS

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error while updating /packages/calcifer-server/package-lock.json:
404 Not Found: @alferpal/calcifer-utils@~1.0.0

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @types/node in /packages/calcifer-cli/package-lock.json:
404 Not Found - GET https://registry.npmjs.org/@alferpal/eslint-config-calcifer - Not found

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error while updating /packages/calcifer-server/package-lock.json:
404 Not Found: @alferpal/calcifer-worker@~1.0.0

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

auth-service: new user endpoint

Add a new endpoint for creating users in DB

DB of choice is a postgress.

POST /users

Takes login, email, password (stored hashed with bcrypt or argon2), returns 4xx or 201 if everything ok

Requires admin policy

  • Add knex and postgress config
  • Add migration for creating user table
  • Create hashing module
  • Create user service with login functionality
  • Create user controller

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error while updating /packages/calcifer-server/package-lock.json:
404 Not Found: @alferpal/calcifer-utils@^1.0.1

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error while updating /packages/calcifer-server/package-lock.json:
404 Not Found: @alferpal/calcifer-utils@~1.0.0

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

auth-service: add login endpoint

Add a new endpoint for loging in

POST /login

Takes login and unhashed password, checks password in db. 401 if failing login.

In case of valid login, creates new jwt with: tokenId, roles, userId

No policy

server-loader: add honeycomb integration

Explore how one would add honeycomb to a hapi server, and then do so trying to capture as much as possible, also exposing the trace or event in the hapi request object.

maybe allow passing in context or this?

auth-service: add invalidate token endpoint

Add a new endpoint for invalidating tokens

Use redis as storage

POST /tokens/invalid

Takes full token, writes in redis the tokenId, with expiration for token expiration. Returns 4xx or 201 if everything ok

Requires admin policy

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error while updating /packages/calcifer-server/package-lock.json:
404 Not Found: @alferpal/calcifer-utils@~1.0.0

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Rework invalid tokens propagation

Rework the system for propagating invalid tokens across calcifer services using kafka instead of rest requests.

The topic should have log compaction so that only the last message stays, as it's not needed to store any more information than the current list of invalid tokens

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.