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
Than means in the next version I'll drop GetOrCreateUser(userID string) User from the UserStore interface and replace it more usual GetUser(userName string) *User
We can also add some UI to define displayName. But idk do we really need it in _example. Will see.
The text was updated successfully, but these errors were encountered:
refs:
Goal flow should be look like:
user.name
user.id
user.name
Than means in the next version I'll drop
GetOrCreateUser(userID string) User
from theUserStore
interface and replace it more usualGetUser(userName string) *User
We can also add some UI to define
displayName
. But idk do we really need it in _example. Will see.The text was updated successfully, but these errors were encountered: