flipboxfactory / craft-jwt

JWT for Craft CMS
MIT License
11 stars 2 forks source link

Documentation #1

Closed davorpeic closed 5 years ago

davorpeic commented 6 years ago

Hi,

could you provide some basic how-to this can be used in practice?

thanks

nateiler commented 6 years ago

Hi Devor

We're working on getting documentation written against all of our repos. Until we get there, can you share what you're trying to do and I might be able to provide some quick examples in the mean time.

I can say that right now the JWT plugin is intended to be used for hybrid apps (ex: your web site is calling your own API).

davorpeic commented 6 years ago

Hey Nate, I just found yesterday your awesome guide to implement yii2 REST into craft 3, this library came out in my search for solutions. We are looking into using Craft as a backend for our Nativescript mobile app, so I was looking for ways to auth user and get a jwt token, and you came out :)