0
dexmox@icloud.com created
I have seen react-native can be used for mobile app development If I had a MVC backend, for example is it possible to use swift as front end, if so is there any info on this? if not how would I go about using swift for front end ?
Kindest Regards, Jason V.
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
Hi,
Of course you can, nothing special, you just need to make HTTP requests to the backend.
You need to send an HTTP request to the token endpoint to get the access_token: https://identityserver4.readthedocs.io/en/latest/endpoints/token.html
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)