Filipe Névola
1f156fd711
Improves history and migration guide for 2.6
2022-01-27 13:53:22 -04:00
Filipe Névola
2035192f18
Improves history and migration guide for 2.6
2022-01-27 13:47:18 -04:00
Filipe Névola
08135fbbe1
Trigger docs update
2022-01-27 11:42:55 -04:00
Filipe Névola
141471a4d0
Merge pull request #11797 from matheusccastroo/launch-screen-ios-support
...
Add support for iOS storyboard launch screen + dark mode
2022-01-27 09:00:26 -04:00
Filipe Névola
68ad8c1065
Updating readmes
2022-01-25 17:24:48 -04:00
Filipe Névola
b1ac191fc4
Updating readmes
2022-01-25 17:22:26 -04:00
Filipe Névola
77f4da17fd
Updating readmes
2022-01-25 17:21:42 -04:00
Filipe Névola
fd974c2133
Updating readmes
2022-01-25 17:19:01 -04:00
denihs
0347226fb6
- update doc to talk about how the package passwordless also uses 2fa
...
- Doc for the new method passwordlessLoginWithTokenAnd2faCode
- Create "integration" guide, to show the steps - inside the doc for the package showing how to integrate your authentication package with accounts-2fa
2022-01-25 16:11:03 -04:00
denihs
4278732df8
Create the same integration with 2fa inside accounts-passwordless
2022-01-25 11:28:49 -04:00
denihs
68867d5e86
Move "twoFactorAuthentication" field to be inside "services->twoFactorAuthentication->{type, secret}"
2022-01-25 09:50:47 -04:00
denihs
7cdf7a6c1f
Changes requested on code review
...
-typo
2022-01-24 14:55:07 -04:00
denihs
04d2203304
Changes requested on code review
...
- Improving docs
2022-01-24 10:50:05 -04:00
denihs
510a25a390
Merge remote-tracking branch 'origin/feature/accounts-2fa-package' into feature/accounts-2fa-package
2022-01-21 16:56:07 -04:00
denihs
febb8290e1
Changes requested on code review
2022-01-21 16:55:57 -04:00
Denilson
65af9faa3d
Update docs/source/packages/accounts-2fa.md
...
Co-authored-by: Filipe Névola <filipe@meteor.com >
2022-01-21 16:32:21 -04:00
denihs
88bee7bd1a
Changes requested on code review
...
- wrong text
2022-01-21 14:42:36 -04:00
denihs
f7e6286204
Changes requested on code review
...
- fixing typo
2022-01-21 14:35:36 -04:00
Denilson
5a3e487687
Update docs/source/packages/accounts-2fa.md
...
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com >
2022-01-21 14:33:44 -04:00
Denilson
295f6f42dc
Update docs/source/packages/accounts-2fa.md
...
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com >
2022-01-21 14:13:00 -04:00
Denilson
30222b3849
Update docs/source/packages/accounts-2fa.md
...
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com >
2022-01-21 14:12:41 -04:00
Denilson
ab0ddcda3d
Update docs/source/packages/accounts-2fa.md
...
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com >
2022-01-21 14:12:15 -04:00
Denilson
276d5b5b50
Update docs/source/packages/accounts-2fa.md
...
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com >
2022-01-21 14:12:05 -04:00
Denilson
6dea1aced9
Update docs/source/packages/accounts-2fa.md
...
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com >
2022-01-21 14:11:47 -04:00
Denilson
0585b738ca
Update docs/source/packages/accounts-2fa.md
...
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com >
2022-01-21 14:11:25 -04:00
denihs
b31cee533d
Changes requested on code review
...
- fixing typo
2022-01-20 16:56:50 -04:00
denihs
7a6818ef2a
Changes requested on code review
...
- typo
2022-01-20 11:05:48 -04:00
denihs
65fb19a105
Changes requested on code review
...
- improving documentation
2022-01-20 11:01:44 -04:00
denihs
df1304c253
Changes requested on code review
...
- change method name
- add comment
- don't changing loginWithPassword structure
2022-01-19 09:45:45 -04:00
Ikko Ashimine
f358c6d4a7
chore(docs): fix typo in email.md
...
recieve -> receive
2022-01-19 22:42:02 +09:00
denihs
50f793e462
- Creating doc
2022-01-17 14:44:48 -04:00
Filipe Névola
3ae22ca820
Bump oauth package to 2.1.1
2022-01-05 16:09:44 -04:00
Filipe Névola
f5a8bb89bc
Trigger docs deploy
2022-01-04 22:35:43 -04:00
Denilson
ff2250427e
Merge pull request #11819 from WilliamKelley/patch-3
...
chore(docs): add `loggingOut` api to accounts page
2021-12-30 09:24:16 -04:00
Filipe Névola
6a9d940ee6
Trigger docs deploy
2021-12-28 14:46:59 -04:00
William Kelley
e413e6dba0
chore(docs): add loggingOut api to accounts page
2021-12-23 12:14:31 -07:00
Matheus Castro
73a2d0078e
Change how we process the splash images for cordova ( fixes #11555 ):
...
- Improving documentation.
- Added universal mode keys.
2021-12-20 13:47:21 -03:00
Evan Broder
a7380a7542
installer: Add a flag to skip modifying exec path
...
For environments where modifying your dotfiles is undesirable, you can
run the installer with `npm install -g meteor
--no-meteor-setup-exec-path`.
2021-12-14 09:43:25 -08:00
Matheus Castro
d99f42c8df
Change how we process the splash images for cordova ( fixes #11555 ):
...
- Updating docs
2021-12-08 18:05:22 -03:00
Matheus Castro
e9eb8e82d4
Change how we process the splash images for cordova ( fixes #11555 ):
...
- Updating docs
2021-12-08 18:01:10 -03:00
Frederick Stark
7a187352d3
sendLoginTokenEmail should be imported from accounts-base
...
ref: https://forums.meteor.com/t/solved-passwordless-error-due-to-error-in-the-documentation/57056/11
2021-11-24 18:51:09 +11:00
Filipe Névola
153c2499c0
Merge pull request #11784 from brucejo75/brucejo75/doc_tracker_autorun_async
...
Document async callback behavior in autoruns
2021-11-23 22:35:20 -03:00
Filipe Névola
6b4821c55a
Update install.md
2021-11-23 22:22:59 -03:00
Bruce Johnson
2d133dc4ec
doc async callbacks in autoruns
2021-11-23 11:48:59 -08:00
filipenevola
f5312cddd5
Adding option to override data from api using args from api-box.
...
For example, to override the module that is importing a function
2021-11-23 09:52:55 -03:00
Renan Castro
8ae504b223
Update install.md
2021-11-19 16:14:11 -03:00
Renan Castro
9c8bd439be
Update install.md
2021-11-19 16:12:54 -03:00
Renan Castro
fbb845d9b2
Update install.md
2021-11-19 16:10:32 -03:00
filipenevola
816c5fb6ae
Update docs
2021-11-18 17:00:27 -04:00
Renan Castro
c32982f021
Update install.md
2021-11-18 17:32:24 -03:00