php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "access tokens"

What best practices should be followed when designing a user-friendly login system in PHP that involves bookmark links and tokens?

When designing a user-friendly login system in PHP that involves bookmark links and tokens, it is important to ensure that the login process is secure...

In what ways can tokens be generated and utilized for webservice security in PHP?

Tokens can be generated and utilized for webservice security in PHP by creating a unique token for each user session or request. This token can be pas...

Are tokens and handshakes necessary for WebSocket connections, and why are they not always mentioned in tutorials?

Tokens and handshakes are not necessary for WebSocket connections as they are primarily used for authentication and authorization in HTTP requests. We...

What are the potential risks of sending sensitive data like API tokens client-side in PHP?

Sending sensitive data like API tokens client-side in PHP can expose them to potential security risks, such as unauthorized access or misuse by malici...

Is using MD5 for generating security tokens in PHP considered secure, especially for login forms?

Using MD5 for generating security tokens in PHP is not considered secure as MD5 is a weak hashing algorithm that can be easily cracked. It is recommen...

Showing 41 to 45 of 10000 results

‹ 1 2 ... 6 7 8 9 10 11 12 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.