summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2017-01-16 09:29:29 +0100
committerSimeon Simeonov2017-01-16 09:29:29 +0100
commit417b29cdefbe50f067ed54ec695d290b6f56f4b5 (patch)
tree49fed8c26efe4adebf669efbdc4338624847e084
parent687598745700fee03956e59c152829785c2e0980 (diff)
Final adjustments to reveal.js/gateway.html
-rw-r--r--reveal.js/gateway.html23
1 files changed, 19 insertions, 4 deletions
diff --git a/reveal.js/gateway.html b/reveal.js/gateway.html
index 2b9f367..90ff7f8 100644
--- a/reveal.js/gateway.html
+++ b/reveal.js/gateway.html
@@ -12,6 +12,17 @@
12 12
13 <!-- Theme used for syntax highlighting of code --> 13 <!-- Theme used for syntax highlighting of code -->
14 <link rel="stylesheet" href="lib/css/zenburn.css"> 14 <link rel="stylesheet" href="lib/css/zenburn.css">
15 <!-- Printing and PDF exports -->
16 <script>
17 var link = document.createElement( 'link' );
18 link.rel = 'stylesheet';
19 link.type = 'text/css';
20 link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
21 document.getElementsByTagName( 'head' )[0].appendChild( link );
22 </script>
23 <!--[if lt IE 9]>
24 <script src="lib/js/html5shiv.js"></script>
25 <![endif]-->
15 </head> 26 </head>
16 <body> 27 <body>
17 <div class="reveal"> 28 <div class="reveal">
@@ -89,20 +100,24 @@
89 <section> 100 <section>
90 <h2>Gataway</h2> 101 <h2>Gataway</h2>
91 </br> 102 </br>
92 <p>For the time being we have settled on <em>Tyk API gateway</em>. It uses an internal user-database and consists of the following logical components:</p>
93 <ul> 103 <ul>
94 <li><p>Tyk dashboard</p></li> 104 <li><p>Still in experimental / pilot phase</p></li>
95 <li><p>Tyk developer portal</p></li> 105 <li><p>Several APIs are already configured in Tyk (Cerebrum WS, SAP WS... )</p></li>
96 <li><p>Tyk gateway</p></li> 106 <li><p>Support for many <em>authentication modes</em> (Auth Token, JWT, OAuth 2, Basic Auth, Open ID Connect, ...)</p></li>
97 </ul> 107 </ul>
108 <p>
109 Official site: <a href="https://tyk.io/">https://tyk.io/</a>
110 </p>
98 </section> 111 </section>
99 112
100 </section> 113 </section>
101 114
115
102 <section> 116 <section>
103 <h1>Q&amp;A</h1> 117 <h1>Q&amp;A</h1>
104 </section> 118 </section>
105 119
120
106 </div> 121 </div>
107 </div> 122 </div>
108 123