RxSocialLogin icon indicating copy to clipboard operation
RxSocialLogin copied to clipboard

Subclass an existing provider to extend it or create a new provider

Open gnud opened this issue 5 years ago • 3 comments

What's the procedure to register a new provider for instance custom JWT token authentication to own API server?

gnud avatar Oct 26 '19 05:10 gnud

I don't understand your question.

  1. Which services provide custom JWT token authentication?
  2. Basically, RxSocialLogin and each providers doesn't support existing provider. You can write new providers with copy-pasting by MR

WindSekirun avatar Oct 26 '19 07:10 WindSekirun

My question was guide to write new providers? Without forking the project that is, by using the library as it is :).

gnud avatar Oct 28 '19 09:10 gnud

@gnud No. Until now, forking the project is only way to write new providers.

WindSekirun avatar Oct 28 '19 11:10 WindSekirun