authorizerdev / authorizer

Your data, your control. Fully open source, authentication and authorization. No lock-ins. Deployment in Railway in 120 seconds || Spin a docker image as a micro-service in your infra. Built in login page and Admin panel out of the box.

Home Page:https://authorizer.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor code to use refs for database methods

lakhansamani opened this issue · comments

Feature Description

Check all the methods not using refs in params here:

AddUser(ctx context.Context, user models.User) (models.User, error)

Describe the solution you'd like

Describe alternatives you've considered

Additional context