Coder Social home page Coder Social logo

brucedog / u2flib Goto Github PK

View Code? Open in Web Editor NEW
71.0 71.0 13.0 2.21 MB

Note: U2F.Core should be used instead. Provides functionality for working with the server side aspects of the U2F protocol on Windows.

Home Page: http://www.bfoster.net

License: Other

C# 43.52% ASP 0.02% JavaScript 47.94% CSS 8.52%

u2flib's People

Contributors

brucedog avatar explunit avatar hultqvist avatar kspearrin avatar mvidacovich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

u2flib's Issues

site sample

First, thanks very much for creating this, looks great!

One helpful improvement would be to package a sample site that could be run, similar to what is done with the PHP and Python examples from the Yubico repo. My experience so far has been that the round trip with the Javascript API and the Chrome permissions is the most difficult part of understanding the setup. This could be eased if the rest of the sample was "known good".

License clarification

Hi,

Could you clarify the license of u2flib? The file headers say BSD, but the README says GPLv3.

Thanks

Entity Framework is trying to use a non-existing connection string resulting in a SqlException during user registration at the DemoU2FSite

A DbContext constructor that requires a single string parameter is called in DataContext.cs and this causes Entity Framework to try to use a connection string with a name specified by the parameter ("DataContext"). The web.config does not have a connection string with this name, but it has a default one named "DefaultConnection". I found this MSDN article and decided to change the string parameter value to either "DefaultConnection" or "name=DefaultConnection".
sqlexception userrepository cs line75
datacontext cs line11

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.