Explore >> Select a destination


You are here

www.davidxia.com
| | blog.ropnop.com
2.5 parsecs away

Travel
| | Android Nougat changed the default behavior for apps, so installing the Burp CA to user certs no longer works. Here's two ways to bypass it
| | yingtongli.me
1.9 parsecs away

Travel
| |
| | xnacly.me
3.5 parsecs away

Travel
| | Guide for signing jar files and verifying a jar files signature programmatically
| | www.rasikjain.com
131.0 parsecs away

Travel
| Here are three scenarios for implementing authentication workflows. Internet Applications (Public facing) For internet web applications and APIs, Session based (SessionID cookie) and Token Based (JWT) Authentication can be implemented. Session Based: Implemented for a majority of traditional and stateful web applications. Once the user is authenticated, A Session state is created and stored in an external State server or SQL database. The Session state is identified by a unique SessionID....