Skip to content

v0.0.3-beta

Latest
Compare
Choose a tag to compare
@4darsh-Dev 4darsh-Dev released this 14 Jul 17:33
· 52 commits to main since this release
e5729fe

Description

Following features have been added.

  1. home/models.py - for storing and managing API key
  2. home/views.py - func() for create and delete API key
  3. cogniguard/settings.py - JWt configuration 30, 45 days params
  4. api/views.py -> for authenticating requests coming from JWT token (Web -extensions)
  5. Dashboard (HTML, CSS and Javascript) ==> fully functional with Generating , copying and deleting API keys
  6. Show password feature - login and register pages
  7. Reddis - Message broker linux configuration for getting task/analysis result progress and faster response
  8. Celery - Configured for running dark pattern recognition process as the background withou affecting the web app.