Hi everyone. I am following along the Phoenix docs for auth.
When discussing Scopes, we’re supposed to have a lib/my_app/accounts/scope.ex file, but I can’t seem to generate one. Is this expected?
The generated code includes a scope module. For an app named MyApp which had
mix phx.gen.auth Accounts User usersrun on it, you will find the following module atlib/my_app/accounts/scope.ex:
Any tips would be appreciated. Thanks.




















