5 ms·
Apple, Google and Microsoft are all supporting passkeys https://developer.apple.com/passkeys/ https://developer.apple.com/passkeys/ https://arstechnica.com/in
by rdsnsca 3y ago
Apple, Google and Microsoft are all supporting passkeys
https://developer.apple.com/passkeys/ https://developer.apple.com/passkeys/
https://arstechnica.com/information-technology/2022/10/passkeys-microsoft-apple-and-googles-password-killer-are-finally-here/ https://arstechnica.com/information-technology/2022/10/passk...
- blackhaz 3y agoclass ASAuthorizationSecurityKeyPublicKeyCredentialAssertionRequest Now I'm wondering what's the longest class name out there...
- guessmyname 3y ago> Now I'm wondering what's the longest class name out there... The longest class names I remember are in the Java Development Kit (JDK) version 1.6, under the Swing+Nimbus namespace: com └─sun └─java └─swing └─plaf └─nimbus ├─... ├─InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneCloseButtonPainter.java ├─InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneCloseButtonWindowNotFocusedState.java ├─InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneIconifyButtonPainter.java ├─InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneIconifyButtonWindowNotFocusedState.java ├─InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonPainter.java ├─InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowMaximizedState.java ├─InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState.java ├─InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMenuButtonPainter.java ├─InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMenuButtonWindowNotFocusedState.java ├─InternalFrameInternalFrameTitlePanePainter.java ├─InternalFrameInternalFrameTitlePaneWindowFocusedState.java └─... There were threads in 2012 about them: • https://news.ycombinator.com/item?id=4549685 https://news.ycombinator.com/item?id=4549685 • https://news.ycombinator.com/item?id=4770861 https://news.ycombinator.com/item?id=4770861 Someone copied the code in this repository: https://github.com/zxiaofan/JDK/tree/master/JDK1.6-Java%20SE%20Development%20Kit%206u45/src/com/sun/java/swing/plaf/nimbus https://github.com/zxiaofan/JDK/tree/master/JDK1.6-Java%20SE...