Skip to content

Commit

Permalink
docs(readme): use our own idsvr
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer committed May 9, 2020
1 parent 40f5ae5 commit 65c2b95
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ To configure your solution for code flow + PKCE you have to set the `responseTyp
export const authCodeFlowConfig: AuthConfig = {
// Url of the Identity Provider
issuer: 'https://demo.identityserver.io',
issuer: 'https://idsvr4.azurewebsites.net',
// URL of the SPA to redirect the user to after login
redirectUri: window.location.origin + '/index.html',
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

<h1 id="changelog">Changelog</h1>
<p>All notable changes to this project will be documented in this file. See <a href="https://github.com/conventional-changelog/standard-version">standard-version</a> for commit guidelines.</p>
<h3 id="922-2020-05-09"><a href="https://github.com/manfredsteyer/angular-oauth2-oidc/compare/v9.2.1...v9.2.2">9.2.2</a> (2020-05-09)</h3>
<h3 id="921-2020-04-23"><a href="https://github.com/manfredsteyer/angular-oauth2-oidc/compare/v9.2.0...v9.2.1">9.2.1</a> (2020-04-23)</h3>
<h2 id="920-2020-03-28"><a href="https://github.com/manfredsteyer/angular-oauth2-oidc/compare/v9.1.0...v9.2.0">9.2.0</a> (2020-03-28)</h2>
<h3 id="features">Features</h3>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h2 id="installing">Installing</h2>

export const authCodeFlowConfig: AuthConfig = {
// Url of the Identity Provider
issuer: &#39;https://demo.identityserver.io&#39;,
issuer: &#39;https://idsvr4.azurewebsites.net&#39;,

// URL of the SPA to redirect the user to after login
redirectUri: window.location.origin + &#39;/index.html&#39;,
Expand Down
4 changes: 2 additions & 2 deletions docs/js/search/search_index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starter",
"version": "9.2.2",
"version": "9.2.1",
"license": "MIT",
"scripts": {
"release": "standard-version",
Expand Down
2 changes: 1 addition & 1 deletion projects/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": {
"name": "Manfred Steyer"
},
"version": "9.1.0",
"version": "9.2.1",
"repository": "manfredsteyer/angular-oauth2-oidc",
"dependencies": {
"js-sha256": "^0.9.0"
Expand Down

0 comments on commit 65c2b95

Please sign in to comment.