mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add accounts concepts section.
This commit is contained in:
@@ -13,6 +13,7 @@ when writing those apps.
|
||||
{{> livehtml }}
|
||||
{{> templates }}
|
||||
{{> packages_concept }}
|
||||
{{> accounts }}
|
||||
{{> deploying }}
|
||||
</template>
|
||||
|
||||
@@ -489,6 +490,30 @@ make your own packages just yet. Coming soon.
|
||||
{{/better_markdown}}
|
||||
</template>
|
||||
|
||||
|
||||
<template name="accounts">
|
||||
{{#better_markdown}}
|
||||
|
||||
<h2 id="accounts">Accounts</h2>
|
||||
|
||||
Meteor has an Accounts system.
|
||||
|
||||
- simplest integration
|
||||
- add accounts-ui accounts-password
|
||||
- and XXX loginButtons}} to app
|
||||
|
||||
- which packages
|
||||
|
||||
- can build own accounts-ui
|
||||
|
||||
- link to api section
|
||||
|
||||
|
||||
{{/better_markdown}}
|
||||
</template>
|
||||
|
||||
|
||||
|
||||
<template name="deploying">
|
||||
{{#better_markdown}}
|
||||
|
||||
|
||||
@@ -75,6 +75,7 @@ var toc = [
|
||||
"Live HTML",
|
||||
"Templates",
|
||||
"Smart Packages",
|
||||
"Accounts",
|
||||
"Deploying"
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user