wrappid / auth-module

Wrappid Auth is a comprehensive authentication module designed for Wrappid applications. It provides a flexible and secure solution for managing user accounts and sessions within a wrappid application.
MIT License
12 stars 4 forks source link

bugfix: add Auth object from CoreClases.js in ModuleClasses.js #36

Closed Swrnv-qc closed 8 months ago

Swrnv-qc commented 8 months ago

Description

Have to remove 'Auth' style object from CoreClasses.js and it will be shifted to ModuleClasses.js of auth-module.

techoneel commented 8 months ago

issue resolved with the auth related classes and styles moved from core package and it is removed from core in wrappid/core#134