mas.to is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hello! mas.to is a fast, up-to-date and fun Mastodon server.

Administered by:

Server stats:

12K
active users

#apiauthentication

0 posts0 participants0 posts today
Qirolab<p>🔥 Nuxt 3 + Laravel Sanctum Authentication: Setup Secure SPA &amp; API Auth</p><p>📌 What You’ll Learn:<br>✔ Configuring cookie-based SPA authentication<br>✔ Setting up API token-based authentication<br>✔ Handling CORS issues and configuring Laravel’s CORS settings</p><p>▶ <a href="https://www.youtube.com/watch?v=CLjd0_o67OA" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=CLjd0_o67O</span><span class="invisible">A</span></a></p><p><a href="https://phpc.social/tags/Nuxt3" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Nuxt3</span></a> <a href="https://phpc.social/tags/Laravel" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Laravel</span></a>#WebDevelopment <a href="https://phpc.social/tags/Tutorial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Tutorial</span></a> <a href="https://phpc.social/tags/SPAAuthentication" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SPAAuthentication</span></a> <a href="https://phpc.social/tags/APIAuthentication" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>APIAuthentication</span></a> <a href="https://phpc.social/tags/FrontendDevelopment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FrontendDevelopment</span></a> <a href="https://phpc.social/tags/BackendDevelopment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BackendDevelopment</span></a> <a href="https://phpc.social/tags/FullStack" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FullStack</span></a> <a href="https://phpc.social/tags/VueJS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VueJS</span></a> <a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a> <a href="https://phpc.social/tags/Frontend" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Frontend</span></a> <a href="https://phpc.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://phpc.social/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> <a href="https://phpc.social/tags/coding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>coding</span></a> <a href="https://phpc.social/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a> <a href="https://phpc.social/tags/100DaysOfCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>100DaysOfCode</span></a> <a href="https://phpc.social/tags/CodeNewbies" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeNewbies</span></a> <a href="https://phpc.social/tags/js" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>js</span></a></p>
Lukas R.<p>When implementing <a href="https://indieweb.social/tags/APIAuthentication" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>APIAuthentication</span></a> as an API provider, you can choose between a centralized (authorization server) and decentralized approach (signed tokens that can be verified cryptographically) for your API keys. This article explains both approaches and also offers some info on "OAuth Introspection": <a href="https://fusionauth.io/blog/securing-your-api" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">fusionauth.io/blog/securing-yo</span><span class="invisible">ur-api</span></a></p>