Merge branch 'master' of git.daplie.com:OAuth3/oauth3.js
This commit is contained in:
commit
30d9c2e8b0
|
@ -20,7 +20,7 @@ If you have no idea what you're doing
|
||||||
1. Create a folder for your project named after your app, such as `example.com/`
|
1. Create a folder for your project named after your app, such as `example.com/`
|
||||||
2. Inside of the folder `example.com/` a folder called `assets/`
|
2. Inside of the folder `example.com/` a folder called `assets/`
|
||||||
3. Inside of the folder `example.com/assets` a folder called `org.oauth3/`
|
3. Inside of the folder `example.com/assets` a folder called `org.oauth3/`
|
||||||
4. Download [oauth.js-v1.zip](https://git.daplie.com/Daplie/oauth3.js/repository/archive.zip?ref=v1)
|
4. Download [oauth.js-v1.zip](https://git.daplie.com/OAuth3/oauth3.js/repository/archive.zip?ref=v1)
|
||||||
5. Double-click to unzip the folder.
|
5. Double-click to unzip the folder.
|
||||||
6. Copy the file `oauth3.core.js` into the folder `example.com/assets/org.oauth3/`
|
6. Copy the file `oauth3.core.js` into the folder `example.com/assets/org.oauth3/`
|
||||||
7. Copy the folder `well-known` into the folder `example.com/`
|
7. Copy the folder `well-known` into the folder `example.com/`
|
||||||
|
@ -167,7 +167,7 @@ pushd /path/to/your/web/app
|
||||||
|
|
||||||
# clone the project as assets/org.oauth3
|
# clone the project as assets/org.oauth3
|
||||||
mkdir -p assets
|
mkdir -p assets
|
||||||
git clone git@git.daplie.com:Daplie/oauth3.js.git assets/org.oauth3
|
git clone git@git.daplie.com:OAuth3/oauth3.js.git assets/org.oauth3
|
||||||
pushd assets/org.oauth3
|
pushd assets/org.oauth3
|
||||||
git checkout v1
|
git checkout v1
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue