Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Tools glue
ng-ebi-authorization
Commits
98f44ea8
Commit
98f44ea8
authored
Feb 06, 2019
by
Eduardo Sanz García
Browse files
docs: CORS warning for explore.aap.ebi.ac.uk
parent
f264bdb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
README.md
README.md
+2
-0
src/app/app.component.html
src/app/app.component.html
+1
-0
No files found.
README.md
View file @
98f44ea8
...
...
@@ -5,6 +5,8 @@ on EBI's Authentication and Authorization Profile (AAP) infrastructure. After
successful login, a JWT token is stored on the browser (via cookie, local or
session storage).
[
See example in stackblitz
](
https://stackblitz.com/github/esanzgar/ng-ebi-authorization-replica
)
.
## Installation
To install this library, run:
...
...
src/app/app.component.html
View file @
98f44ea8
...
...
@@ -3,6 +3,7 @@
<h1>
Auth testing app
</h1>
<h2>
If tested against explore.aap.ebi.ac.uk, some methods only works from localhost:4200 (because of CORS)
</h2>
</div>
<div
class=
"spread separator"
>
<button
(click)=
"auth.openLoginWindow({ttl: '1'})"
>
ELIXIR login small
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment