• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

go-pkgz / auth
84%

Build:
DEFAULT BRANCH: master
Repo Added 26 Dec 2018 08:17AM UTC
Files 24
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • allowed-provider-check
  • apple-reponse-mode-fix
  • aud-secrets
  • ava-factory
  • cookie-domain
  • custom-dev-host
  • custom-dev-port
  • dependabot/go_modules/_example/github.com/go-chi/chi/v5-5.2.2
  • dependabot/go_modules/_example/golang.org/x/crypto-0.17.0
  • dependabot/go_modules/_example/golang.org/x/image-0.5.0
  • dependabot/go_modules/_example/golang.org/x/net-0.17.0
  • dependabot/go_modules/_example/golang.org/x/net-0.7.0
  • dependabot/go_modules/golang.org/x/crypto-0.31.0
  • dependabot/go_modules/v2/github.com/golang-jwt/jwt/v5-5.2.2
  • dependabot/go_modules/v2/golang.org/x/crypto-0.31.0
  • dependabot/go_modules/v2/golang.org/x/net-0.33.0
  • dependabot/go_modules/v2/golang.org/x/net-0.36.0
  • direct-custom-id
  • dverhoturov/telegram_fix
  • email-sender
  • fix-anon
  • fix-providers-names
  • go1_20
  • jwt-header
  • master
  • microsoft
  • no-ava
  • official-mongo-drvier
  • paskal/HttpOnly
  • paskal/add_common_processor
  • paskal/avatar_return_proper_content_type
  • paskal/bump_ci_go_version
  • paskal/bump_dep
  • paskal/bump_go_modules
  • paskal/bump_modules
  • paskal/double_close
  • paskal/email_module
  • paskal/facelift
  • paskal/fix_actions_test
  • paskal/fix_apple_key_panic
  • paskal/fix_custom_server
  • paskal/fix_error
  • paskal/fix_golangcilint
  • paskal/fix_lint_report
  • paskal/fix_send_jwt_header
  • paskal/google_auth_doc
  • paskal/improve_telegram
  • paskal/modules_bump
  • paskal/mongodb
  • paskal/moq
  • paskal/new_errors
  • paskal/plain_text
  • paskal/switch_to_v2
  • paskal/sync_v2
  • paskal/telegram_site_id
  • paskal/tg_username
  • paskal/token_generation_instructions
  • paskal/update-dependencies
  • paskal/update-modules
  • paskal/update_modules
  • paskal/update_pkcs8
  • paskal/v2
  • paskal/v2_golangcilint
  • paskal/v2_jwt5
  • rbac
  • refs/tags/v0.10.0
  • refs/tags/v0.10.1
  • refs/tags/v0.10.2
  • refs/tags/v0.11.0
  • refs/tags/v0.12.0
  • refs/tags/v0.12.1
  • refs/tags/v1.13.0
  • refs/tags/v1.13.1
  • refs/tags/v1.14.0
  • refs/tags/v1.15.0
  • refs/tags/v1.16.0
  • refs/tags/v1.17.0
  • refs/tags/v1.18.0
  • refs/tags/v1.19.0
  • refs/tags/v1.19.1
  • refs/tags/v1.20.0
  • refs/tags/v1.21.0
  • refs/tags/v1.22.0
  • refs/tags/v1.22.1
  • refs/tags/v1.23.0
  • refs/tags/v1.24.0
  • refs/tags/v1.24.1
  • refs/tags/v1.24.2
  • refs/tags/v1.25.1
  • refs/tags/v1.5.1
  • refs/tags/v2.0.0
  • remove-bluemonday
  • samesite
  • sanitize-verifyed
  • v0.8.0
  • v0.8.1
  • v0.8.2
  • v0.8.3
  • v0.9.0
  • verify-avatar

18 Jul 2025 02:49AM UTC coverage: 83.662%. Remained the same
16360989703

push

github

web-flow
Merge pull request #247 from arevbond/master

2673 of 3195 relevant lines covered (83.66%)

7.15 hits per line

Relevant lines Covered
Build:
Build:
3195 RELEVANT LINES 2673 COVERED LINES
7.15 HITS PER LINE
Source Files on master
  • Tree
  • List 24
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
16360989703 master Merge pull request #247 from arevbond/master push 18 Jul 2025 02:51AM UTC web-flow github
83.66
15783659723 dependabot/go_modules/_example/github.com/go-chi/chi/v5-5.2.2 Bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 in /_example Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/... Pull #246 20 Jun 2025 04:46PM UTC web-flow github
83.66
15783660091 dependabot/go_modules/_example/github.com/go-chi/chi/v5-5.2.2 Bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 in /_example Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/... Pull #246 20 Jun 2025 04:46PM UTC web-flow github pending completion  
14743077206 paskal/HttpOnly Make all cookies HttpOnly for better security Add HttpOnly flag to all cookies in Set and Reset functions to improve security by preventing JavaScript access. This protects cookies from XSS attacks. In Reset function, the cookies are not read by ... Pull #245 29 Apr 2025 11:11PM UTC paskal github
83.58
14743077216 paskal/HttpOnly Make all cookies HttpOnly for better security Add HttpOnly flag to all cookies in Set and Reset functions to improve security by preventing JavaScript access. This protects cookies from XSS attacks. In Reset function, the cookies are not read by ... Pull #245 29 Apr 2025 11:11PM UTC paskal github
83.66
14743074066 paskal/HttpOnly Make all cookies HttpOnly for better security Add HttpOnly flag to all cookies in Set and Reset functions to improve security by preventing JavaScript access. This protects cookies from XSS attacks. In Reset function, the cookies are not read by ... push 29 Apr 2025 11:11PM UTC paskal github
83.58
14743074057 paskal/HttpOnly Make all cookies HttpOnly for better security Add HttpOnly flag to all cookies in Set and Reset functions to improve security by preventing JavaScript access. This protects cookies from XSS attacks. In Reset function, the cookies are not read by ... push 29 Apr 2025 11:11PM UTC paskal github
83.66
14726384563 paskal/fix_send_jwt_header Set cookies for OAuth flows when SendJWTHeader is enabled This fixes https://github.com/umputun/remark42/issues/1877 where OAuth authentication fails when the send-jwt-header option is enabled. The problem occurred because: 1. When SendJWTHead... Pull #241 29 Apr 2025 08:08AM UTC paskal github
83.61
14726384545 paskal/fix_send_jwt_header Set cookies for OAuth flows when SendJWTHeader is enabled This fixes https://github.com/umputun/remark42/issues/1877 where OAuth authentication fails when the send-jwt-header option is enabled. The problem occurred because: 1. When SendJWTHead... Pull #241 29 Apr 2025 08:08AM UTC paskal github
83.69
14726385413 paskal/fix_send_jwt_header Set cookies for OAuth flows when SendJWTHeader is enabled This fixes https://github.com/umputun/remark42/issues/1877 where OAuth authentication fails when the send-jwt-header option is enabled. The problem occurred because: 1. When SendJWTHead... Pull #241 29 Apr 2025 08:08AM UTC paskal github
83.69
See All Builds (803)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc