-
getting Authorization not granted in your example project. I have properly set an OAuth2 Client ID.
-
when trying to integrate [cognito google sign in](http://docs.aws.amazon.com/cognito/latest/developerguide/google.html#set-up-google-1.javascript) `userPool.getCurrentUser();` always returns null aft…
-
I needed to send authenticated google api requests from my actix-web server using my service account credentials. I've found your great project, but it uses hyper by default. I didn't want to add hype…
-
Hi! We try to refetch network errors but looks like forward doesn't work and doesn't emit new request.
```typescript
const promiseToObservable = (promise: Promise) => {
return new Observable((s…
-
🙋 feature request
### 🤔 Expected Behavior
It should be possible to write, for example:
```
View Report
```
And have Parcel ignore that URL (e.g. not report any error that it cannot reso…
-
How did you create "webpush-browserify-bundle.js" ?
Can you post a 2 lines guid to understand it?
I tried to use browserify on "web-push" package but gave me a lot of errors.
Zibri updated
5 years ago
-
# Issue
## Pre-submission Checklist
- [x] I have verified that the issue occurs with the latest release and is not marked as a known issue in the [CHANGELOG.md](https://github.com/twilio/twilio-vo…
-
I'm trying to integrate The [Ionic Google Plus][1] Native Plugin to allow users to log into my app from their phone using Google Login. This is just a wrapper around this library.
I think I'm just …
-
Open Sign In Page, the email and password field will be already prefilled
email - ssanchez@yopmail.com
password - some prefilled password
Submit Button(Start Sweating) Click -> An error occurred,…
-
Hi,
In the old SDK we should check for an active token and refresh if expired by doing something amongst the lines:
```
SPTAuth *spotifyAuth = [SPTAuth defaultInstance];
if (sp…