octoposprime / op-be-auth

OctopOS Prime Backend Authorization and Authentication Service
http://www.octoposprime.com
MIT License
5 stars 0 forks source link

NewGrpc config's changed as AuthenticationPort from UserPort #34

Closed Sddilora closed 5 months ago

Sddilora commented 5 months ago

Closes #24

The NewGrpc configuration in the main.go file has been updated to use the AuthenticationPort instead of the UserPort. This change is necessary because the configuration was originally set as UserPort when the service was cloned from the user service, but our desired service is the Authentication service.