TanmoySG / wunder-identity-provider

ID Provider for Wunder Platform. Authentication & Authorization Server for all wunder products
3 stars 0 forks source link

[Development] Implement AuthLib Data Storage #15

Closed TanmoySG closed 2 years ago

TanmoySG commented 2 years ago

AuthLib Data Storage Implementation.

[ Checkpoints ]

Add As Required

TanmoySG commented 2 years ago

Using SQLite DB and SQLite3 Python Built-in library for Data Storage.

Docs - python/sqlite3

Assistive Guide - digitalocean.com/community/tutorials/how-to-use-the-sqlite3-module-in-python-3

TanmoySG commented 2 years ago

Switched to JSON Based AuthLib Storage - Moving away from sqlite