Artem S
Artem S
@zloirock Hey, unfortunately, it looks like they emphasize the difference between URL parser and theirs: > The URLPattern constructor string algorithm is very similar to the basic URL parser algorithm,...
I'm wondering if this gist can help somehow? https://gist.github.com/slevithan/2387872
Empathizing its incredible advantage in design over other UI Frameworks for Vue. I'm sure a lot of developers would like to help to develop this project. Bring more usability for...
@MunifTanjim @eric-gagnon Hey, everyone. I'm experiencing the same issues @eric-gagnon has with OAuth Consumer authentication using key and secret. According to [Bitbucket guide](https://support.atlassian.com/bitbucket-cloud/docs/use-oauth-on-bitbucket-cloud/) and docs [here](https://developer.atlassian.com/bitbucket/api/2/reference/meta/authentication) on how to work...
Hey, guys, I have done a draft for what @MunifTanjim started with auth strategies. It's a draft, that's why structure is not justified yet. But the main functionality is implemented....
@MunifTanjim yes, for sure! I still feel a bit frustrated about the structure of auth plugin and its flow. That is why I have done a draft PR: just to...
@MunifTanjim hey, I have tried to clear it as much as possible. There are structural changes, I merged together auth and authentication plugins into one monolith plugin for the first...
@Raspikabek hey, thanks for testing! Yep, there was a bug, that I have fixed in the latest commit. About implementation — everything is right. About callbacks. Are you talking about...
@Raspikabek thank you for another one bug! I will fix it soon. About ```Implicit grant``` and ```Authorization Code Grant``` (all the ```https://bitbucket.org/site/oauth2/authorize``` requests). This library must not provide a way...
@MunifTanjim have you had a chance to go over, it looks, like everything we went over with @Raspikabek work fine.