auth-ajax
auth-ajax copied to clipboard
demo links broken
I get 'entity not found' for demo attempts from Github and web components site...not sure why
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 ...
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 .
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.