Git Product home page Git Product logo

personal-showcase's People

Contributors

nickiannone avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

winsalva

personal-showcase's Issues

There should be an API configuration system

In order to persist data, the application should have a way to be configured with an external persistence layer, which then gets used for managing creation, reading, updating, and deleting business objects from the persistence layer, as well as serving authentication.

This should contain:

  • A way to enter the connection information and credentials for the persistence solution
  • Verification of the schema of the persistence solution (ie. which resources are accessible on what paths)
  • A way to retrieve a user principal from the persistence solution (ie. logging in and getting permissions)
  • A way to securely specify secrets (ie. passwords for the connection and for specific user accounts)

This should be structured as a mapping or implementation of an interface which consumes some externally-configurable set of rules, in the form of a JSON configuration file with key-value pairs. Passwords and other secrets should not be stored in code or in a repository; they must instead point to a separate encrypted keystore structure of some type in order to be isolated from the version control system or application filesystem.

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.