-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation and examples of Authenticating are diferent #816
Comments
Yeah, you are right! |
There're also some other issues with the docs, right at the getting started. This code doesn't work: import accountsBoost from `@accounts/boost`;
(async () => {
const accounts = await accountsBoost({
tokenSecret: 'your secret'
}).listen({
port: 4003
});
})(); Also, @accounts/oauth-facebook doesn't exist. |
@pradel I'm happy to submit a PR for both of these issues if no one else is looking at them? |
I had the same issue. |
Hello all, Sorry I'm so late (!) in actually getting round to this! I see JoJ123 fixed the original issue. I tried looking at the issue raised by deathemperor but can't see a good working example of the minimal code required to start an |
At the authenticating-resolvers the docs uses this call
authenticated(AccountsServer, function)
At the authenticated doc it show the method signature as
authenticated(function)
I think that the right one is the authenticated documentation, could you change the exemples to make easier to new users use the API?
The text was updated successfully, but these errors were encountered: