Tacquito

 1 like

Tacquito provides an rfc8907 implementation of TACACS+. This package is primarily a module that implements the TACACS+ protocol and can be used to build TACACS+ servers and clients. We provide a reference implementation of a client and a server but you are encouraged to...

License model

  • FreeOpen Source

Platforms

  • Self-Hosted
  • Go (Programming Language)
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • tacacs
  • rfc8907
  • tripple-a
  • aaa

Tacquito News & Activities

Highlights All activities

Recent activities

Show all activities

Tacquito information

  • Developed by

    facebookincubator
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  117 Stars
  •  18 Forks
  •  2 Open Issues
  •   Updated Jun 24, 2025 
View on GitHub

Our users have written 0 comments and reviews about Tacquito, and it has gotten 1 likes

Tacquito was added to AlternativeTo by xn ax on Feb 6, 2025 and this page was last updated Feb 6, 2025.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Tacquito?

Tacquito provides an rfc8907 implementation of TACACS+. This package is primarily a module that implements the TACACS+ protocol and can be used to build TACACS+ servers and clients. We provide a reference implementation of a client and a server but you are encouraged to experiment and replace core components of the system. The tacquito package is designed with dependency injection at its core. Many of the core types are interfaces and may be replaced with differing implementations as needed. We support middleware through the Handler interface, similar in nature to how the http package does with handlers.