You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built an app with JWT Token authentication for secure user access to private workspaces. Our Safe Notebook App on Flask and PostgreSQ, enables users to create and manage personal notes securely. Using SQLAlchemy, user data management is simplified with CRUD operations on the User Model. Admin Control security, administrators can manage all notes.