demo links broken
jparish3 opened this issue · 3 comments
jparish3 commented
I get 'entity not found' for demo attempts from Github and web components site...not sure why
CaptainCodeman commented
That's because I moved my blog from being hosted on GitHub Pages (so the same domain) to a custom blog engine (so the domain is now different).
If you go to the github page for the component you should see it.
I need to go update some links ...
jparish3 commented
thanks that works.
question: I am using firebase hosting and just now diving into auth. Is the
element generated token written to the user account in firebase and
available to for API calls outside of firebase?
…On Mon, Jun 19, 2017 at 1:29 PM, Simon Green ***@***.***> wrote:
That's because I moved my blog from being hosted on GitHub Pages (so the
same domain) to a custom blog engine (so the domain is now different).
If you go to the github page for the component
<https://captaincodeman.github.io/auth-ajax/components/auth-ajax/> you
should see it.
I need to go update some links ...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFwNqjRINjPG_adVqnGYSZ0-FU2gDyliks5sFq_0gaJpZM4N-cTy>
.
CaptainCodeman commented
The element doesn't generate any tokens itself, it just uses what it's given - that could be a token provided by firebase (with the auth.getIdToken()
method) or a custom token minted by your own server.