Skip to content
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

Update readme and quickstart #271

Merged
merged 56 commits into from
Feb 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
433e57b
update quickstart
mlabieniec Feb 2, 2018
783634f
update quick start
mlabieniec Feb 2, 2018
3fbaddc
update docs index with examples
mlabieniec Feb 3, 2018
cdc9537
Merge branch 'master' into master
mlabieniec Feb 3, 2018
a800a1c
Update index.md
mlabieniec Feb 3, 2018
32851cd
Merge branch 'master' into master
mlabieniec Feb 3, 2018
5b45a11
fix retrieve unauth credentials if not logged in, Fixes #229
mlabieniec Feb 3, 2018
bc6ede5
Merge remote-tracking branch 'upstream/master'
mlabieniec Feb 6, 2018
972a68a
fix docs #238
mlabieniec Feb 6, 2018
cfb2e12
Merge remote-tracking branch 'upstream/master'
mlabieniec Feb 8, 2018
f836e3c
Merge remote-tracking branch 'upstream/master'
mlabieniec Feb 9, 2018
78d872d
Merge remote-tracking branch 'upstream/master'
mlabieniec Feb 9, 2018
5da4758
Merge remote-tracking branch 'upstream/master'
mlabieniec Feb 9, 2018
bd8cd5d
update api docs
mlabieniec Feb 9, 2018
1733c08
update api docs
mlabieniec Feb 9, 2018
402672c
update typedocs
mlabieniec Feb 9, 2018
129d457
Merge branch 'master' of github.com:mlabieniec/aws-amplify
mlabieniec Feb 11, 2018
321aa5c
Merge remote-tracking branch 'upstream/master'
mlabieniec Feb 11, 2018
0c5f108
add gif
mlabieniec Feb 11, 2018
b1ec764
update examples
mlabieniec Feb 11, 2018
402389c
update layout
mlabieniec Feb 11, 2018
7452c46
update docs menu
mlabieniec Feb 11, 2018
de6440d
update docs layout
mlabieniec Feb 11, 2018
2d59e9d
override theme color
mlabieniec Feb 11, 2018
f727cd3
update layout
mlabieniec Feb 11, 2018
2a5f246
update layout
mlabieniec Feb 11, 2018
5b1de73
update layout
mlabieniec Feb 11, 2018
5a30d0e
update layout
mlabieniec Feb 11, 2018
40cf11e
update layout
mlabieniec Feb 11, 2018
ec5b801
update layout
mlabieniec Feb 11, 2018
56b3c05
update layout
mlabieniec Feb 11, 2018
4bade6b
update layout
mlabieniec Feb 11, 2018
36c3b70
update docs link in readme
mlabieniec Feb 11, 2018
e44fde3
Merge branch 'master' into master
mlabieniec Feb 11, 2018
13be902
update auth guide language
mlabieniec Feb 11, 2018
0dbe0fa
Merge branch 'master' into master
mlabieniec Feb 11, 2018
7589f26
add responsive menu
mlabieniec Feb 11, 2018
fec799b
add responsive menu
mlabieniec Feb 11, 2018
8cf024c
add responsive menu
mlabieniec Feb 11, 2018
382ef24
add responsive menu
mlabieniec Feb 11, 2018
c72cc58
add responsive menu
mlabieniec Feb 11, 2018
df3719f
add responsive menu
mlabieniec Feb 11, 2018
f0a48c1
add responsive menu
mlabieniec Feb 11, 2018
2075999
add responsive menu
mlabieniec Feb 11, 2018
930865a
add responsive menu
mlabieniec Feb 11, 2018
20c3977
add responsive menu
mlabieniec Feb 11, 2018
b42263e
add responsive menu
mlabieniec Feb 11, 2018
02923a2
add responsive menu
mlabieniec Feb 11, 2018
6c6f895
add responsive menu
mlabieniec Feb 11, 2018
2116a32
add responsive menu
mlabieniec Feb 11, 2018
229426b
Merge branch 'master' into master
mlabieniec Feb 11, 2018
9cf4a32
update docs
mlabieniec Feb 12, 2018
ab789f0
merge upstream
mlabieniec Feb 12, 2018
cd54b17
update readme
mlabieniec Feb 12, 2018
6cb5de3
update gif linkes
mlabieniec Feb 12, 2018
339abc1
update gif links
mlabieniec Feb 12, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ See [here](https://aws.github.io/aws-amplify/media/analytics_guide.html) for the

### 2. Add Authentication to your App

<a href="https://cl.ly/1n1B2C0S1X1r" target="_blank"><img src="https://dha4w82d62smt.cloudfront.net/items/2R3r0P453o2s2c2f3W2O/Screen%20Recording%202018-02-11%20at%2003.48%20PM.gif" style="display: block;height: auto;width: 100%;"/></a>
<img src="https://dha4w82d62smt.cloudfront.net/items/2R3r0P453o2s2c2f3W2O/Screen%20Recording%202018-02-11%20at%2003.48%20PM.gif" style="display: block;height: auto;width: 100%;"/>

Take a fresh React app created by `create-react-app` as an example and edit the `App.js` file:

Expand Down
2 changes: 1 addition & 1 deletion docs/media/api_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
AWS Amplify API module provides a simple solution when making HTTP requests. It provides an automatic, lightweight signing process which complies with [AWS Signature Version 4](http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html).

* [Installation and Configuration](#installation-and-configuration)
- [Manual Setup](#manual-setup)
- [Automated Setup](#automated-setup)
- [Manual Setup](#manual-setup)
* [Integration](#integration)
* [GET](#get)
* [POST](#post)
Expand Down
2 changes: 1 addition & 1 deletion docs/media/authentication_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Auth.forgotPasswordSubmit(username, code, new_password)

### 2. withAuthenticator HOC

<a href="https://cl.ly/1n1B2C0S1X1r" target="_blank"><img src="https://dha4w82d62smt.cloudfront.net/items/2R3r0P453o2s2c2f3W2O/Screen%20Recording%202018-02-11%20at%2003.48%20PM.gif" style="display: block;height: auto;width: 100%;"/></a>
<img src="https://dha4w82d62smt.cloudfront.net/items/2R3r0P453o2s2c2f3W2O/Screen%20Recording%202018-02-11%20at%2003.48%20PM.gif" style="display: block;height: auto;width: 100%;"/>

For React and React Native apps, the simplest way to add Auth flows into your app is to use `withAuthenticator`.

Expand Down
2 changes: 1 addition & 1 deletion docs/media/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default withAuthenticator(App);

This will gate the entire application inside an Authentication UI. Only signed in user have access to use your application's features.

<a href="https://cl.ly/1n1B2C0S1X1r" target="_blank"><img src="https://dha4w82d62smt.cloudfront.net/items/2R3r0P453o2s2c2f3W2O/Screen%20Recording%202018-02-11%20at%2003.48%20PM.gif" style="display: block;height: auto;width: 100%;"/></a>
<img src="https://dha4w82d62smt.cloudfront.net/items/2R3r0P453o2s2c2f3W2O/Screen%20Recording%202018-02-11%20at%2003.48%20PM.gif" style="display: block;height: auto;width: 100%;"/>

For more about Authenticator, click [here](authentication_guide.md)

Expand Down