Skip to content

Vagrant OIDC Integration, cleanup

Pre-release
Pre-release
Compare
Choose a tag to compare
@RogerTangos RogerTangos released this 15 Jan 21:57
· 596 commits to master since this release
  • adds the ability to add and authenticate users from google/facebook/twitter etc
  • packages the application inside of a vagrant box using docker containers
  • functional and unit testing of major functionality
  • includes significant cleanup of code
  • fixes a number of critical security vulnerabilities
  • prepares the codebase for a restful api
  • here's some ascii art of a cat that I found:

        (`.
         ) )
        ( (
         \ \
          \ \
        .-'  `-.
       /        `.
      (      )    `-._ ,    _
       )   ,'         (.\--'(
       \  (         ) /      \
        \  \_(     / (    <6 (6
         \_)))\   (   `._  .:Y)__
          '''  \   `-._.'`---^_)))
                `-._ )))       ```
                     ```           hjw

-RogerTangos