David Glasser
38ed624909
Don't do Google domain redirect if restrictCreationByEmailDomain is function.
2013-10-04 12:46:17 -07:00
Slava Kim
bd77b172bd
Rename Accounts option 'restrictCreationByEmail' to 'restrictCreationByEmailDomain'
2013-10-01 17:14:30 -07:00
Slava Kim
d855e58f92
Implement Accounts.config({ restrictCreationByEmail: 'mit.edu' })
...
- Check email for users created with password or any social account's email
- Throw an error with explanation on bad email domain.
- Set `hd` param for Google Accounts authentication url
- Docs description
- Touch History.md
- Possibly should add it into QA process?
2013-09-26 14:50:55 -07:00
Nicklas Ansman Giertz
115164e4af
Add the option to use a hosted domain with google's oauth
...
The hd option is used to restrict which email domain that are allowed to
log in to your app.
Starting from this commit you can pass `hostedDomain: 'example.com'` to
only allow emails from the domain `example.com`.
2013-09-25 21:36:27 -07:00
Slava Kim
fd17e3337a
Google login popup window has reasonable height.
...
So the 'use different account' and 'login' buttons are visible without
scrolling.
2013-08-08 16:39:21 -07:00
Tim Haines
723e4b5b50
Attach response object to accounts generated errors resulting from HTTP failures
2013-08-06 11:37:05 -07:00
David Glasser
4b3cb9d305
Rename api.exportSymbol -> api.export.
2013-07-25 18:54:43 -07:00
David Glasser
a5c061ecde
Rename Meteor.http to HTTP. Backwards compatible.
2013-07-25 18:54:42 -07:00
David Glasser
9f38258b54
Drop all @export lines. Add api.exportSymbol instead.
2013-07-25 18:54:40 -07:00
Geoff Schmidt
d2024ccee1
Clean up namespacing in accounts system too.
2013-07-25 18:54:40 -07:00
Zoltan Olah
951fc87213
Added support to force the approval prompt for the google oAuth flow.
2013-07-23 22:50:07 -07:00
Emily Stark
40078b8bee
Fix some missing dependencies/exports
2013-06-20 10:27:21 -07:00
David Glasser
729e53171d
More linker fixes from the OAuth refactor.
2013-05-28 15:56:58 -07:00
David Glasser
d757b366d2
More fixes, from the merge of devel into linker.
...
Mostly related to making the big OAuth refactoring linker-friendly.
2013-05-28 15:52:50 -07:00
Nick Martin
44ac53f819
Tweak package descriptions.
2013-05-17 21:01:14 -07:00
Tim Haines
a3f493bb79
Add retrieveCredential server methods
2013-05-17 21:01:14 -07:00
Tim Haines
00efa2fe51
Update requestCredential method to take only 2 params - options and credentialRequestCompleteCallback
2013-05-17 18:00:35 -07:00
Tim Haines
9b1b6da9ff
Extract google package from accounts-google
2013-05-17 18:00:35 -07:00