Giter VIP home page Giter VIP logo

knot-cloud-sdk-js-authenticator's People

Contributors

esdrasjnr avatar figueredo avatar lcbm avatar ramonhpr avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

knot-cloud-sdk-js-authenticator's Issues

feat: create CI workflow

What problem does this feature solve?

Currently, during the release phase, we have to manually:

  • Update the library version
  • Update the CHANGELOG
  • Make a release commit
  • Open a PR for this commit
  • Wait for approval
  • Update the package in NPM

This takes a lot of time, given that we have to repeat this for all our repos and that some packages depend on other ones to be released so that we can update their version on the project's package.json. As a consequence, sometimes we spend days on the release process, instead of using this time to improve testing, find bugs, and so on.

What does the proposed API look like?

As a solution, it was proposed by some members of the project that we create a continuous integration (CI) workflow that builds and tests Node.js code. If the CI tests pass, we may configure it to deploy the code or publish a package.

This may be achieved using GitHub Actions (there is even a guide for Node).

Other information:

As proposed by @ramonhpr, here, we could make use of concepts like using cache (to install npm packages just when the package.lock has changed), or using npm ci and OS platform build.

Manage users programmatically

As an application developer, I want to be able to interact with the KNoT Cloud authenticator service programmatically so that I am able to manage and authenticate users from my applications and not only via KNoT Cloud UI.

  • Bootstrap library project
  • Add create user function
  • Add forgot password function
  • Add reset password function
  • Add authenticate function

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.