Wiki articles in category Tutorials

Showing 41-44 of 44 items.

Yii v2 snippet guide III

Created 4 years ago by rackycz, updated a year ago by rackycz.

Articles are separated into more files as there is the max lenght for each file on wiki.

8 0
4 followers
Viewed: 213 270 times
Version: 2.0
Category: Tutorials

JWT authentication tutorial

Created 4 years ago by Allan Jensen, updated 3 years ago by Allan Jensen.

JWT is short for JSON Web Token. It is used eg. instead of sessions to maintain a login in a browser that is talking to an API - since browser sessions are vulnerable to CSRF security issues. JWT is also less complicated than setting up an OAuth authentication mechanism.

13 0
8 followers
Viewed: 171 391 times
Version: 2.0
Category: Tutorials

Create Bootstrap5 based Image carousel with thumbnails

Created a year ago by pravi, updated a year ago by pravi.

Use the following css styles for carousel to work as expected.

2 0
1 follower
Viewed: 113 069 times
Version: 2.0
Category: Tutorials

Use Single Login Session on All Your Yii2 Application/Repository Under Same Domain/Sub Domain

Created 9 months ago by aayushmhu, updated 9 months ago by aayushmhu.

There are multiple blog that shows how to use seperate login for yii2 application but in this article i will show you how to use a single login screen for all your YII2 Advanced, YII2 Basic, Application, It will also work when your domain on diffrent server or the same server.

2 0
1 follower
Viewed: 22 140 times
Version: 2.0
Category: Tutorials