auth-ajax icon indicating copy to clipboard operation
auth-ajax copied to clipboard

demo links broken

Open jparish3 opened this issue 8 years ago • 3 comments

I get 'entity not found' for demo attempts from Github and web components site...not sure why

jparish3 avatar Jun 19 '17 16:06 jparish3

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 ...

CaptainCodeman avatar Jun 19 '17 17:06 CaptainCodeman

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 [email protected] 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 https://github.com/CaptainCodeman/auth-ajax/issues/9#issuecomment-309510193, or mute the thread https://github.com/notifications/unsubscribe-auth/AFwNqjRINjPG_adVqnGYSZ0-FU2gDyliks5sFq_0gaJpZM4N-cTy .

jparish3 avatar Jun 19 '17 18:06 jparish3

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.

CaptainCodeman avatar Jun 21 '17 19:06 CaptainCodeman