Code Monkey home page Code Monkey logo

charonauth's People

Contributors

alexmax avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

drinkybird

charonauth's Issues

Command-line tool

There should be a command-line tool for the administrative side of charonauth maintenance. The only functionality it needs out of the box is threefold:

  • Configuration test.
  • Create the database schema.
  • Create an administrative user.

Perhaps those three should be merged into one. Maybe.

Future things it could support are things like database migrations, but we don't have to worry about that before 1.0.

- TBD -

I am a knucklehead and accidentally posted a milestone as an issue. Github does not allow me to delete issues. Replace me with an actual issue/feature sometime.

Site Annoucements

There should be a way to post Sitewide annoucements.

Not sure if this should be a popup or a full news blog.

Activity Log

There should be an audit trail of actions in order to make it easy to keep track of changes to users. This will serve two functions:

  • Allow an accurate "Last Seen" for a user.
  • Audit the actions of a user or operator, to ferret out troublemakers.

This audit trail should keep track of the user, the current IP address of the acting user, the "Before" and "After" data, and the level of the acting user at the time the change was made.

Increase Test Coverage

Right now, unit tests are limited to the authentication server and database modules. Test coverage should be MUCH better.before 1.0 hits.

Revisit verifier security

Currently, the verifier is stored as a salted SHA256 hash, since that's what cocagne/csrp supports out of the box.

The use of a more secure form of hash such as PBKDF2 should be investigated.

Separate webserver and auth server

As it stands right now, it's impossible to run the authentication server without also running the web server. This makes the web server run needlessly for hosts which are going to run their own registration process.

Please add a flag or something that so that we can disable the web server.

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.