An open API service for providing issue and pull request metadata for open source projects.

GitHub / abbot/go-http-auth issues and pull requests

#83 - Bump golang.org/x/crypto from 0.1.0 to 0.17.0

Pull Request - State: open - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#82 - please tag and release

Issue - State: open - Opened by ixugo over 1 year ago - 1 comment

#81 - Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#80 - repeat ask user and password when using digest

Issue - State: open - Opened by clicx about 3 years ago

#79 - Imlement http.Handler interface

Issue - State: open - Opened by stokito over 3 years ago

#78 - Add a go module.

Pull Request - State: closed - Opened by abbot almost 4 years ago

#77 - Double lock in digest

Issue - State: closed - Opened by Helyk almost 4 years ago

#76 - MD5Crypt takes up high CPU

Issue - State: closed - Opened by Tovi163 almost 4 years ago - 3 comments

#75 - Implement SHA-256 and SHA-512 hashed passwords

Pull Request - State: open - Opened by pitpalme about 4 years ago - 7 comments

#74 - Implement SHA-256 and SHA-512 hashed passwords

Pull Request - State: closed - Opened by pitpalme about 4 years ago

#73 - fix: avoid panic when parsing pairs

Pull Request - State: closed - Opened by LandryBe over 4 years ago

#72 - More crypters [Patch included]

Issue - State: open - Opened by jochumdev almost 5 years ago - 2 comments

#71 - Adding PPC64LE support to architecture

Pull Request - State: closed - Opened by ezeeyahoo almost 5 years ago

#70 - Modify cache purging limit

Pull Request - State: open - Opened by athum almost 5 years ago - 1 comment

#69 - concurrent map read and map write

Issue - State: closed - Opened by jyotipsadasya about 5 years ago - 2 comments

#68 - Add check on cache length when purging entries

Pull Request - State: closed - Opened by athum about 5 years ago - 1 comment

#67 - chore: use go module.

Pull Request - State: closed - Opened by ldez almost 6 years ago - 2 comments

#66 - intermittent failure to find passwords (possible race?)

Issue - State: closed - Opened by sakoht about 6 years ago - 4 comments

#65 - Documentation on how to set passwords.

Issue - State: open - Opened by sakoht about 6 years ago - 1 comment

#64 - Replace golang.org/x/net/context by context.

Pull Request - State: closed - Opened by ldez about 6 years ago - 1 comment

#63 - README.md formatting

Pull Request - State: closed - Opened by paper42 over 6 years ago - 1 comment

#62 - use of raw map for digest.clients leads to concurrent writes to map

Issue - State: closed - Opened by sputnik13 over 6 years ago - 1 comment

#61 - Update example?

Issue - State: open - Opened by mdbraber over 6 years ago

#60 - Fix Fatalf error

Pull Request - State: closed - Opened by eclipseo almost 7 years ago

#59 - Algorithm value should be unquoted in http header

Pull Request - State: closed - Opened by cambraca almost 7 years ago

#58 - Session Expiry handling

Issue - State: open - Opened by fahadhk almost 7 years ago

#57 - algorithm

Issue - State: closed - Opened by max-min about 7 years ago - 1 comment

#56 - BasicAuth password generate

Issue - State: closed - Opened by xjasonlyu over 7 years ago - 2 comments

#54 - Fixes the race condition issues mentioned in issue #52

Pull Request - State: closed - Opened by KLIM8D over 7 years ago - 1 comment

#53 - Fix Race condition in digest.go

Pull Request - State: closed - Opened by nlacey over 7 years ago - 4 comments

#52 - DigestAuth functions aren't thread-safe (Race conditions)

Issue - State: closed - Opened by nlacey over 7 years ago - 3 comments

#51 - Extract CheckSecret from CheckAuth

Pull Request - State: closed - Opened by darkk almost 8 years ago - 1 comment

#50 - Can i use this to send HTTP GET to a Digest authenticated server?

Issue - State: closed - Opened by iselind almost 8 years ago - 1 comment

#49 - Initial support for SHA-256 and SHA-512/256

Pull Request - State: open - Opened by spaskalev almost 8 years ago

#48 - Support digest with SHA-256 and SHA-512/256 as per RFC 7616

Issue - State: open - Opened by spaskalev almost 8 years ago - 3 comments

#47 - Tag v1 version and add it to gopkg.in

Issue - State: closed - Opened by pavel-kolesnikov almost 8 years ago

#46 - pluggable cache for maintaining generated nonces

Pull Request - State: closed - Opened by lyveng almost 8 years ago - 1 comment

#45 - use http.Handler interface instead of HandlerFunc

Pull Request - State: closed - Opened by lorepozo about 8 years ago - 4 comments

#44 - How to create a password from string

Issue - State: closed - Opened by harrydevnull over 8 years ago - 1 comment

#42 - New release

Issue - State: closed - Opened by aklinkert over 8 years ago - 1 comment

#41 - a bit of optimization

Pull Request - State: closed - Opened by razonyang over 8 years ago - 2 comments

#40 - go fmt, fix format in users.go

Pull Request - State: closed - Opened by ilius over 8 years ago

#39 - Keep original request

Pull Request - State: closed - Opened by safchain over 8 years ago - 2 comments

#38 - How is password created?

Issue - State: closed - Opened by cernicc almost 9 years ago - 1 comment

#37 - Example in README missing "auth"

Issue - State: closed - Opened by TomOnTime about 9 years ago

#36 - Plugable backend for digest_client struct

Issue - State: open - Opened by rsoletob about 9 years ago - 2 comments

#35 - BasicAuth needs to support all bcrypt prefixes

Issue - State: closed - Opened by JMelbyClypd about 9 years ago - 1 comment

#34 - Fixed detection of bcrypt prefixes

Pull Request - State: closed - Opened by JMelbyClypd about 9 years ago - 3 comments

#33 - Algorithm shouldn't be sent for Digest Auth Request Header

Issue - State: closed - Opened by rsoletob about 9 years ago - 1 comment

#31 - remove unneeded package name in import

Pull Request - State: closed - Opened by bbigras over 9 years ago

#30 - Syntax highlighting in README.md

Pull Request - State: closed - Opened by bbigras over 9 years ago - 1 comment

#29 - Digest error checking

Pull Request - State: open - Opened by kmanley over 9 years ago - 2 comments

#28 - A better fix for the nc out of order problem

Pull Request - State: open - Opened by kmanley over 9 years ago - 2 comments

#27 - Fix for Issue 23 - support proxy auth

Pull Request - State: closed - Opened by kmanley over 9 years ago - 1 comment

#26 - fixes abbot/go-http-auth#21

Pull Request - State: closed - Opened by kmanley over 9 years ago

#25 - fixes abbot/go-http-auth#22

Pull Request - State: closed - Opened by kmanley over 9 years ago

#24 - Digest auth should implement stale=True

Issue - State: open - Opened by kmanley over 9 years ago - 1 comment

#23 - Allow use inside proxy server

Issue - State: closed - Opened by kmanley over 9 years ago - 3 comments

#21 - digest CheckAuth assumes nonce-count always increases

Issue - State: closed - Opened by kmanley over 9 years ago - 2 comments

#20 - can you add "plain" passwords file support for htpass files?

Issue - State: closed - Opened by elico over 9 years ago - 2 comments

#19 - How do I generate a secret? (doco request)

Issue - State: closed - Opened by martinellison over 9 years ago - 1 comment

#18 - Cannot write custom response data in RequireAuth()

Issue - State: closed - Opened by m3ng9i almost 10 years ago - 2 comments

#16 - htpasswd utility support

Issue - State: closed - Opened by vsheffer about 10 years ago - 7 comments

#15 - bcrypt support

Issue - State: closed - Opened by jleavers about 10 years ago - 1 comment
Labels: enhancement

#14 - security concerns

Issue - State: closed - Opened by 0xdabbad00 over 10 years ago - 5 comments

#13 - Clarify what the empty string return value means

Pull Request - State: closed - Opened by stapelberg over 10 years ago - 1 comment

#12 - Adds request to secrets type.

Pull Request - State: closed - Opened by rharter over 10 years ago

#11 - check file on HtpasswdFileProvider/HtdigestFileProvider

Pull Request - State: closed - Opened by houxiaobei over 10 years ago - 2 comments

#10 - Add BasicAuth.JustCheck

Pull Request - State: closed - Opened by pwaller over 10 years ago - 1 comment

#9 - Added syntax highlighting on README

Pull Request - State: closed - Opened by hazbo about 11 years ago - 2 comments

#8 - Prevent panic when bad data is returned from Secrets().

Pull Request - State: closed - Opened by alecthomas about 11 years ago

#7 - go-http-auth digest example only works with the hash included.

Issue - State: closed - Opened by lee8oi about 11 years ago - 2 comments

#6 - automatic logout after x seconds

Issue - State: closed - Opened by dreh23 over 11 years ago - 1 comment

#5 - Authenticated Request

Issue - State: closed - Opened by ralfr over 11 years ago - 5 comments

#3 - Made the library compatible with go tools

Pull Request - State: closed - Opened by arikfr about 12 years ago - 5 comments

#2 - How to dynamically enable/disable authentication?

Issue - State: closed - Opened by tchap over 12 years ago - 5 comments

#1 - README Example could use improvement

Issue - State: closed - Opened by robfig over 13 years ago - 4 comments